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) classBinaryDocValuesFieldUpdatesADocValuesFieldUpdateswhich holds updates of documents, of a singleBinaryDocValuesField.(package private) static classDocValuesFieldUpdates.SingleValueDocValuesFieldUpdates(package private) classNumericDocValuesFieldUpdatesADocValuesFieldUpdateswhich holds updates of documents, of a singleNumericDocValuesField.(package private) static classNumericDocValuesFieldUpdates.SingleValueNumericDocValuesFieldUpdatesFields 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. mergingDVUpdatesprivate java.util.Map<java.lang.String,java.util.List<DocValuesFieldUpdates>>ReadersAndUpdates. pendingDVUpdatesMethods 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 voidReadersAndUpdates. addDVUpdate(DocValuesFieldUpdates update)Adds a new resolved (meaning it maps docIDs to new values) doc values packet.private booleanReadersAndUpdates. 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 booleanReadersAndUpdates. assertNoDupGen(java.util.List<DocValuesFieldUpdates> fieldUpdates, DocValuesFieldUpdates update)
-