Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
class |
DocIDMerger<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.
|
Modifier and Type | Method and Description |
---|---|
static <T extends DocIDMerger.Sub> |
DocIDMerger.of(List<T> subs,
boolean indexIsSorted)
Construct this from the provided subs
|
static <T extends DocIDMerger.Sub> |
DocIDMerger.of(List<T> subs,
int maxCount,
boolean indexIsSorted)
Construct this from the provided subs, specifying the maximum sub count
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.