Package org.apache.lucene.index
Class ExitableDirectoryReader.ExitableSubReaderWrapper
- java.lang.Object
-
- org.apache.lucene.index.FilterDirectoryReader.SubReaderWrapper
-
- org.apache.lucene.index.ExitableDirectoryReader.ExitableSubReaderWrapper
-
- Enclosing class:
- ExitableDirectoryReader
public static class ExitableDirectoryReader.ExitableSubReaderWrapper extends FilterDirectoryReader.SubReaderWrapper
Wrapper class for a SubReaderWrapper that is used by the ExitableDirectoryReader.
-
-
Constructor Summary
Constructors Constructor Description ExitableSubReaderWrapper(QueryTimeout queryTimeout)
Constructor *
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeafReader
wrap(LeafReader reader)
Wrap one of the parent DirectoryReader's subreaders-
Methods inherited from class org.apache.lucene.index.FilterDirectoryReader.SubReaderWrapper
wrap
-
-
-
-
Constructor Detail
-
ExitableSubReaderWrapper
public ExitableSubReaderWrapper(QueryTimeout queryTimeout)
Constructor *
-
-
Method Detail
-
wrap
public LeafReader wrap(LeafReader reader)
Description copied from class:FilterDirectoryReader.SubReaderWrapper
Wrap one of the parent DirectoryReader's subreaders- Specified by:
wrap
in classFilterDirectoryReader.SubReaderWrapper
- Parameters:
reader
- the subreader to wrap- Returns:
- a wrapped/filtered LeafReader
-
-