Uses of Class
org.apache.lucene.index.FilterCodecReader
-
Packages that use FilterCodecReader Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.misc.index Misc index tools and index support. -
-
Uses of FilterCodecReader in org.apache.lucene.index
Subclasses of FilterCodecReader in org.apache.lucene.index Modifier and Type Class Description (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. -
Uses of FilterCodecReader in org.apache.lucene.misc.index
Subclasses of FilterCodecReader in org.apache.lucene.misc.index Modifier and Type Class Description private static classIndexRearranger.DocSelectorFilteredCodecReaderprivate static classMultiPassIndexSplitter.FakeDeleteLeafIndexReaderprivate static classPKIndexSplitter.DocumentFilteredLeafIndexReader
-