public abstract static class FilterDirectoryReader.SubReaderWrapper
extends java.lang.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(java.util.List<? extends LeafReader> readers)
Wraps a list of LeafReaders
|
protected LeafReader[] wrap(java.util.List<? extends LeafReader> readers)
public abstract LeafReader wrap(LeafReader reader)
reader - the subreader to wrapCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.