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 class
SoftDeletesDirectoryReaderWrapper.SoftDeletesFilterCodecReader
class
SortingCodecReader
AnCodecReader
which supports sorting documents by a givenSort
.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. -
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 class
IndexRearranger.DocSelectorFilteredCodecReader
private static class
MultiPassIndexSplitter.FakeDeleteLeafIndexReader
private static class
PKIndexSplitter.DocumentFilteredLeafIndexReader
-