Uses of Class
org.apache.lucene.index.DocValuesUpdate
Packages that use DocValuesUpdate
-
Uses of DocValuesUpdate in org.apache.lucene.index
Subclasses of DocValuesUpdate in org.apache.lucene.indexModifier and TypeClassDescription(package private) static final class
An in-place update to a binary DocValues field(package private) static final class
An in-place update to a numeric DocValues fieldMethods in org.apache.lucene.index that return DocValuesUpdateModifier and TypeMethodDescriptionprivate DocValuesUpdate[]
IndexWriter.buildDocValuesUpdate
(Term term, Field[] updates) Methods in org.apache.lucene.index with parameters of type DocValuesUpdateModifier and TypeMethodDescription(package private) long
DocumentsWriterDeleteQueue.addDocValuesUpdates
(DocValuesUpdate... updates) (package private) static DocumentsWriterDeleteQueue.Node<DocValuesUpdate[]>
DocumentsWriterDeleteQueue.newNode
(DocValuesUpdate... updates) (package private) long
DocumentsWriter.updateDocValues
(DocValuesUpdate... updates) Constructors in org.apache.lucene.index with parameters of type DocValuesUpdateModifierConstructorDescription(package private)
DocValuesUpdatesNode
(DocValuesUpdate... updates) private
FieldUpdatesBuffer
(Counter bytesUsed, DocValuesUpdate initialValue, int docUpTo, boolean isNumeric)