Uses of Class
org.apache.lucene.index.FilterCodecReader
-
Packages that use FilterCodecReader Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FilterCodecReader in org.apache.lucene.index
Subclasses of FilterCodecReader in org.apache.lucene.index Modifier and Type Class Description private static class
MultiPassIndexSplitter.FakeDeleteLeafIndexReader
private static class
PKIndexSplitter.DocumentFilteredLeafIndexReader
(package private) static class
SoftDeletesDirectoryReaderWrapper.SoftDeletesFilterCodecReader
Methods in org.apache.lucene.index that return FilterCodecReader Modifier and Type Method Description (package private) static FilterCodecReader
FilterCodecReader. wrapLiveDocs(CodecReader reader, Bits liveDocs, int numDocs)
Returns a filtered codec reader with the given live docs and numDocs.
-