Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
private static class |
DocIDMerger.SequentialDocIDMerger<T extends DocIDMerger.Sub> |
private static class |
DocIDMerger.SortedDocIDMerger<T extends DocIDMerger.Sub> |
Modifier and Type | Field and Description |
---|---|
(package private) DocIDMerger<MappingMultiPostingsEnum.MappingPostingsSub> |
MappingMultiPostingsEnum.docIDMerger |
Modifier and Type | Method and Description |
---|---|
static <T extends DocIDMerger.Sub> |
DocIDMerger.of(java.util.List<T> subs,
boolean indexIsSorted)
Construct this from the provided subs
|
static <T extends DocIDMerger.Sub> |
DocIDMerger.of(java.util.List<T> subs,
int maxCount,
boolean indexIsSorted)
Construct this from the provided subs, specifying the maximum sub count
|