Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BinaryDocValuesFieldUpdates.Iterator |
(package private) static class |
NumericDocValuesFieldUpdates.Iterator |
Modifier and Type | Method and Description |
---|---|
abstract DocValuesFieldUpdates.Iterator |
DocValuesFieldUpdates.iterator()
Returns an
DocValuesFieldUpdates.Iterator over the updated documents and their
values. |
static DocValuesFieldUpdates.Iterator |
DocValuesFieldUpdates.mergedIterator(DocValuesFieldUpdates.Iterator[] subs)
Merge-sorts multiple iterators, one per delGen, favoring the largest delGen that has updates for a given docID.
|
Modifier and Type | Method and Description |
---|---|
static DocValuesFieldUpdates.Iterator |
DocValuesFieldUpdates.mergedIterator(DocValuesFieldUpdates.Iterator[] subs)
Merge-sorts multiple iterators, one per delGen, favoring the largest delGen that has updates for a given docID.
|
private void |
IndexWriter.skipDeletedDoc(DocValuesFieldUpdates.Iterator[] updatesIters,
int deletedDoc) |