Package org.apache.lucene.index
Class FilterDirectoryReader.StandardReaderWrapper
java.lang.Object
org.apache.lucene.index.FilterDirectoryReader.SubReaderWrapper
org.apache.lucene.index.FilterDirectoryReader.StandardReaderWrapper
- Enclosing class:
FilterDirectoryReader
public static class FilterDirectoryReader.StandardReaderWrapper
extends FilterDirectoryReader.SubReaderWrapper
A no-op SubReaderWrapper that simply returns the parent
DirectoryReader's original subreaders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap(AtomicReader reader) Wrap one of the parent DirectoryReader's subreaders
-
Constructor Details
-
StandardReaderWrapper
public StandardReaderWrapper()Constructor
-
-
Method Details
-
wrap
Description copied from class:FilterDirectoryReader.SubReaderWrapperWrap one of the parent DirectoryReader's subreaders- Specified by:
wrapin classFilterDirectoryReader.SubReaderWrapper- Parameters:
reader- the subreader to wrap- Returns:
- a wrapped/filtered AtomicReader
-