public abstract static class FilterDirectoryReader.SubReaderWrapper extends Object
Constructor and Description |
---|
SubReaderWrapper()
Constructor
|
Modifier and Type | Method and Description |
---|---|
abstract LeafReader |
wrap(LeafReader reader)
Wrap one of the parent DirectoryReader's subreaders
|
protected LeafReader[] |
wrap(List<? extends LeafReader> readers)
Wraps a list of LeafReaders
|
protected LeafReader[] wrap(List<? extends LeafReader> readers)
public abstract LeafReader wrap(LeafReader reader)
reader
- the subreader to wrapCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.