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 classDocValuesUpdate.BinaryDocValuesUpdateAn in-place update to a binary DocValues field(package private) static classDocValuesUpdate.NumericDocValuesUpdateAn 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) 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 DocValuesUpdate Constructor Description DocValuesUpdatesNode(DocValuesUpdate... updates)FieldUpdatesBuffer(Counter bytesUsed, DocValuesUpdate initialValue, int docUpTo, boolean isNumeric)
-