class FieldUpdatesBuffer.BufferedUpdateIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private FieldUpdatesBuffer.BufferedUpdate |
bufferedUpdate |
private BytesRefIterator |
byteValuesIterator |
private int |
index |
private BytesRefIterator |
termValuesIterator |
private Bits |
updatesWithValue |
Constructor and Description |
---|
BufferedUpdateIterator() |
Modifier and Type | Method and Description |
---|---|
(package private) FieldUpdatesBuffer.BufferedUpdate |
next()
Moves to the next BufferedUpdate or return null if all updates are consumed.
|
private final BytesRefIterator termValuesIterator
private final BytesRefIterator byteValuesIterator
private final FieldUpdatesBuffer.BufferedUpdate bufferedUpdate
private final Bits updatesWithValue
private int index
FieldUpdatesBuffer.BufferedUpdate next() throws java.io.IOException
java.io.IOException