Uses of Class
org.apache.lucene.index.DocIDMerger.Sub
Packages that use DocIDMerger.Sub
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 compressing format.
Lucene 9.9 file format.
Code to maintain and access indices.
-
Uses of DocIDMerger.Sub in org.apache.lucene.codecs
Subclasses of DocIDMerger.Sub in org.apache.lucene.codecsModifier and TypeClassDescriptionprivate static classTracks state of one binary sub-reader that we are mergingprivate static classTracks state of one numeric sub-reader that we are mergingprivate static classTracks state of one sorted sub-reader that we are mergingprivate static classTracks state of one sorted numeric sub-reader that we are mergingprivate static classTracks state of one sorted set sub-reader that we are mergingprivate static classprivate static classTracks state of one sub-reader that we are mergingprivate static classTracks state of one numeric sub-reader that we are mergingprivate static classprivate static class -
Uses of DocIDMerger.Sub in org.apache.lucene.codecs.lucene90.compressing
Subclasses of DocIDMerger.Sub in org.apache.lucene.codecs.lucene90.compressingModifier and TypeClassDescriptionprivate static classprivate static class -
Uses of DocIDMerger.Sub in org.apache.lucene.codecs.lucene99
Subclasses of DocIDMerger.Sub in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescription(package private) static class -
Uses of DocIDMerger.Sub in org.apache.lucene.index
Classes in org.apache.lucene.index with type parameters of type DocIDMerger.SubModifier and TypeClassDescriptionclassDocIDMerger<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.indexModifier and TypeClassDescriptionprivate static classFields in org.apache.lucene.index declared as DocIDMerger.SubModifier and TypeFieldDescriptionprivate TDocIDMerger.SequentialDocIDMerger.currentprivate TDocIDMerger.SortedDocIDMerger.currentMethods in org.apache.lucene.index with type parameters of type DocIDMerger.SubModifier and TypeMethodDescriptionstatic <T extends DocIDMerger.Sub>
DocIDMerger<T> Construct this from the provided subsstatic <T extends DocIDMerger.Sub>
DocIDMerger<T> Construct this from the provided subs, specifying the maximum sub count