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) class |
NumericDocValuesFieldUpdates
A
DocValuesFieldUpdates which holds updates of documents, of a single
NumericDocValuesField . |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,DocValuesFieldUpdates> |
ReadersAndUpdates.mergingDVUpdates |
Modifier and Type | Method and Description |
---|---|
(package private) DocValuesFieldUpdates |
DocValuesFieldUpdates.Container.getUpdates(java.lang.String field,
DocValuesType type) |
(package private) DocValuesFieldUpdates |
DocValuesFieldUpdates.Container.newUpdates(java.lang.String field,
DocValuesType type,
int maxDoc) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DocValuesFieldUpdates> |
ReadersAndUpdates.getMergingFieldUpdates()
Returns updates that came in while this segment was merging.
|
Modifier and Type | Method and Description |
---|---|
private void |
IndexWriter.maybeApplyMergedDVUpdates(MergePolicy.OneMerge merge,
MergeState mergeState,
int docUpto,
IndexWriter.MergedDeletesAndUpdates holder,
java.lang.String[] mergingFields,
DocValuesFieldUpdates[] dvFieldUpdates,
DocValuesFieldUpdates.Iterator[] updatesIters,
int curDoc) |
void |
BinaryDocValuesFieldUpdates.merge(DocValuesFieldUpdates other) |
abstract void |
DocValuesFieldUpdates.merge(DocValuesFieldUpdates other)
Merge with another
DocValuesFieldUpdates . |
void |
NumericDocValuesFieldUpdates.merge(DocValuesFieldUpdates other) |