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 classMultiPassIndexSplitter.FakeDeleteLeafIndexReaderprivate static classPKIndexSplitter.DocumentFilteredLeafIndexReader(package private) static classSoftDeletesDirectoryReaderWrapper.SoftDeletesFilterCodecReaderclassSortingCodecReaderAnCodecReaderwhich supports sorting documents by a givenSort.Methods in org.apache.lucene.index that return FilterCodecReader Modifier and Type Method Description (package private) static FilterCodecReaderFilterCodecReader. wrapLiveDocs(CodecReader reader, Bits liveDocs, int numDocs)Returns a filtered codec reader with the given live docs and numDocs.
-