Uses of Class
org.apache.lucene.index.DocIDMerger.Sub
-
Packages that use DocIDMerger.Sub Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocIDMerger.Sub in org.apache.lucene.codecs
Subclasses of DocIDMerger.Sub in org.apache.lucene.codecs Modifier and Type Class Description private static classDocValuesConsumer.BinaryDocValuesSubTracks state of one binary sub-reader that we are mergingprivate static classDocValuesConsumer.NumericDocValuesSubTracks state of one numeric sub-reader that we are mergingprivate static classDocValuesConsumer.SortedDocValuesSubTracks state of one sorted sub-reader that we are mergingprivate static classDocValuesConsumer.SortedNumericDocValuesSubTracks state of one sorted numeric sub-reader that we are mergingprivate static classDocValuesConsumer.SortedSetDocValuesSubTracks state of one sorted set sub-reader that we are mergingprivate static classNormsConsumer.NumericDocValuesSubTracks state of one numeric sub-reader that we are mergingprivate static classStoredFieldsWriter.StoredFieldsMergeSubprivate static classTermVectorsWriter.TermVectorsMergeSub -
Uses of DocIDMerger.Sub in org.apache.lucene.codecs.compressing
Subclasses of DocIDMerger.Sub in org.apache.lucene.codecs.compressing Modifier and Type Class Description private static classCompressingStoredFieldsWriter.CompressingStoredFieldsMergeSub -
Uses of DocIDMerger.Sub in org.apache.lucene.index
Classes in org.apache.lucene.index with type parameters of type DocIDMerger.Sub Modifier and Type Class Description classDocIDMerger<T extends DocIDMerger.Sub>Utility class to help merging documents from sub-readers according to either simple concatenated (unsorted) order, or by a specified index-time sort, skipping deleted documents and remapping non-deleted documents.private static classDocIDMerger.SequentialDocIDMerger<T extends DocIDMerger.Sub>private static classDocIDMerger.SortedDocIDMerger<T extends DocIDMerger.Sub>Subclasses of DocIDMerger.Sub in org.apache.lucene.index Modifier and Type Class Description private static classMappingMultiPostingsEnum.MappingPostingsSubFields in org.apache.lucene.index declared as DocIDMerger.Sub Modifier and Type Field Description private TDocIDMerger.SequentialDocIDMerger. currentMethods in org.apache.lucene.index with type parameters of type DocIDMerger.Sub Modifier and Type Method Description static <T extends DocIDMerger.Sub>
DocIDMerger<T>DocIDMerger. of(java.util.List<T> subs, boolean indexIsSorted)Construct this from the provided subsstatic <T extends DocIDMerger.Sub>
DocIDMerger<T>DocIDMerger. of(java.util.List<T> subs, int maxCount, boolean indexIsSorted)Construct this from the provided subs, specifying the maximum sub count
-