Uses of Class
org.apache.lucene.index.DocValuesUpdate
-
Packages that use DocValuesUpdate Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocValuesUpdate in org.apache.lucene.index
Subclasses of DocValuesUpdate in org.apache.lucene.index Modifier and Type Class Description (package private) static class
DocValuesUpdate.BinaryDocValuesUpdate
An in-place update to a binary DocValues field(package private) static class
DocValuesUpdate.NumericDocValuesUpdate
An in-place update to a numeric DocValues fieldMethods in org.apache.lucene.index that return DocValuesUpdate Modifier and Type Method Description private DocValuesUpdate[]
IndexWriter. buildDocValuesUpdate(Term term, Field[] updates)
Methods in org.apache.lucene.index with parameters of type DocValuesUpdate Modifier and Type Method Description (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 DocValuesUpdate Constructor Description DocValuesUpdatesNode(DocValuesUpdate... updates)
FieldUpdatesBuffer(Counter bytesUsed, DocValuesUpdate initialValue, int docUpTo, boolean isNumeric)
-