Uses of Class
org.apache.lucene.index.DocIDMerger
-
Packages that use DocIDMerger Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocIDMerger in org.apache.lucene.index
Subclasses of DocIDMerger in org.apache.lucene.index Modifier and Type Class Description private static classDocIDMerger.SequentialDocIDMerger<T extends DocIDMerger.Sub>private static classDocIDMerger.SortedDocIDMerger<T extends DocIDMerger.Sub>Fields in org.apache.lucene.index declared as DocIDMerger Modifier and Type Field Description (package private) DocIDMerger<MappingMultiPostingsEnum.MappingPostingsSub>MappingMultiPostingsEnum. docIDMergerMethods in org.apache.lucene.index that return DocIDMerger 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
-