Uses of Class
org.apache.lucene.index.DocValuesFieldUpdates
-
Packages that use DocValuesFieldUpdates Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocValuesFieldUpdates in org.apache.lucene.index
Subclasses of DocValuesFieldUpdates in org.apache.lucene.index Modifier and Type Class Description (package private) class
BinaryDocValuesFieldUpdates
ADocValuesFieldUpdates
which holds updates of documents, of a singleBinaryDocValuesField
.(package private) static class
DocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
(package private) class
NumericDocValuesFieldUpdates
ADocValuesFieldUpdates
which holds updates of documents, of a singleNumericDocValuesField
.(package private) static class
NumericDocValuesFieldUpdates.SingleValueNumericDocValuesFieldUpdates
Fields in org.apache.lucene.index with type parameters of type DocValuesFieldUpdates Modifier and Type Field 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
Methods in org.apache.lucene.index that return types with arguments of type DocValuesFieldUpdates Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<DocValuesFieldUpdates>>
ReadersAndUpdates. getMergingDVUpdates()
Methods in org.apache.lucene.index with parameters of type DocValuesFieldUpdates Modifier and Type Method 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)
Method parameters in org.apache.lucene.index with type arguments of type DocValuesFieldUpdates Modifier and Type Method Description private boolean
ReadersAndUpdates. assertNoDupGen(java.util.List<DocValuesFieldUpdates> fieldUpdates, DocValuesFieldUpdates update)
-