Uses of Class
org.apache.lucene.index.DocValuesUpdate.NumericDocValuesUpdate
-
Packages that use DocValuesUpdate.NumericDocValuesUpdate Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocValuesUpdate.NumericDocValuesUpdate in org.apache.lucene.index
Methods in org.apache.lucene.index that return DocValuesUpdate.NumericDocValuesUpdate Modifier and Type Method Description (package private) DocValuesUpdate.NumericDocValuesUpdateDocValuesUpdate.NumericDocValuesUpdate. prepareForApply(int docIDUpto)Methods in org.apache.lucene.index with parameters of type DocValuesUpdate.NumericDocValuesUpdate Modifier and Type Method Description (package private) voidBufferedUpdates. addNumericUpdate(DocValuesUpdate.NumericDocValuesUpdate update, int docIDUpto)Constructors in org.apache.lucene.index with parameters of type DocValuesUpdate.NumericDocValuesUpdate Constructor Description FieldUpdatesBuffer(Counter bytesUsed, DocValuesUpdate.NumericDocValuesUpdate initialValue, int docUpTo)
-