Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
BinaryDocValuesFieldUpdates
A
DocValuesFieldUpdates which holds updates of documents, of a single
BinaryDocValuesField . |
(package private) static class |
DocValuesFieldUpdates.SingleValueDocValuesFieldUpdates |
(package private) class |
NumericDocValuesFieldUpdates
A
DocValuesFieldUpdates which holds updates of documents, of a single
NumericDocValuesField . |
(package private) static class |
NumericDocValuesFieldUpdates.SingleValueNumericDocValuesFieldUpdates |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.List<DocValuesFieldUpdates>> |
ReadersAndUpdates.mergingDVUpdates |
private java.util.Map<java.lang.String,java.util.List<DocValuesFieldUpdates>> |
ReadersAndUpdates.pendingDVUpdates |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<DocValuesFieldUpdates>> |
ReadersAndUpdates.getMergingDVUpdates() |
Modifier and Type | Method and Description |
---|---|
void |
ReadersAndUpdates.addDVUpdate(DocValuesFieldUpdates update)
Adds a new resolved (meaning it maps docIDs to new values) doc values packet.
|
private boolean |
ReadersAndUpdates.assertNoDupGen(java.util.List<DocValuesFieldUpdates> fieldUpdates,
DocValuesFieldUpdates update) |
Modifier and Type | Method and Description |
---|---|
private boolean |
ReadersAndUpdates.assertNoDupGen(java.util.List<DocValuesFieldUpdates> fieldUpdates,
DocValuesFieldUpdates update) |