DocValuesFieldUpdates
Holds updates of a single DocValues field, for a set of documents within one segment.
Types
Link copied to clipboard
abstract class AbstractIterator(size: Int, docs: PagedMutable, delGen: Long) : DocValuesFieldUpdates.Iterator
Link copied to clipboard
An iterator over documents and their updated values. Only documents with updates are returned by this iterator, and the documents are returned in increasing order.
Properties
Functions
Link copied to clipboard
Adds the value for the given docID. This method prevents conditional calls to or Iterator.binaryValue since the implementation knows if it's a long value iterator or binary value
Link copied to clipboard
Returns an Iterator over the updated documents and their values.
Link copied to clipboard
Return the memory usage of this object in bytes. Negative values are illegal.