Uses of Class
org.apache.lucene.index.DocValuesFieldUpdates
Packages that use DocValuesFieldUpdates
-
Uses of DocValuesFieldUpdates in org.apache.lucene.index
Subclasses of DocValuesFieldUpdates in org.apache.lucene.indexModifier and TypeClassDescription(package private) final classADocValuesFieldUpdateswhich holds updates of documents, of a singleBinaryDocValuesField.(package private) static class(package private) final classADocValuesFieldUpdateswhich holds updates of documents, of a singleNumericDocValuesField.(package private) static classFields in org.apache.lucene.index with type parameters of type DocValuesFieldUpdatesModifier and TypeFieldDescriptionprivate final Map<String, List<DocValuesFieldUpdates>> ReadersAndUpdates.mergingDVUpdatesprivate final Map<String, List<DocValuesFieldUpdates>> ReadersAndUpdates.pendingDVUpdatesMethods in org.apache.lucene.index that return types with arguments of type DocValuesFieldUpdatesMethods in org.apache.lucene.index with parameters of type DocValuesFieldUpdatesModifier and TypeMethodDescriptionvoidReadersAndUpdates.addDVUpdate(DocValuesFieldUpdates update) Adds a new resolved (meaning it maps docIDs to new values) doc values packet.private booleanReadersAndUpdates.assertNoDupGen(List<DocValuesFieldUpdates> fieldUpdates, DocValuesFieldUpdates update) Method parameters in org.apache.lucene.index with type arguments of type DocValuesFieldUpdatesModifier and TypeMethodDescriptionprivate booleanReadersAndUpdates.assertNoDupGen(List<DocValuesFieldUpdates> fieldUpdates, DocValuesFieldUpdates update)