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 classAn in-place update to a binary DocValues field(package private) static final classAn 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) longDocumentsWriterDeleteQueue.addDocValuesUpdates(DocValuesUpdate... updates) (package private) static DocumentsWriterDeleteQueue.Node<DocValuesUpdate[]> DocumentsWriterDeleteQueue.newNode(DocValuesUpdate... updates) (package private) longDocumentsWriter.updateDocValues(DocValuesUpdate... updates) Constructors in org.apache.lucene.index with parameters of type DocValuesUpdateModifierConstructorDescription(package private)DocValuesUpdatesNode(DocValuesUpdate... updates) privateFieldUpdatesBuffer(Counter bytesUsed, DocValuesUpdate initialValue, int docUpTo, boolean isNumeric)