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