static class FieldUpdatesBuffer.BufferedUpdate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) BytesRef |
binaryValue
a binary value or null if this buffer holds numeric updates
|
(package private) int |
docUpTo
the max document ID this update should be applied to
|
(package private) boolean |
hasValue
true if this update has a value |
(package private) long |
numericValue
a numeric value or 0 if this buffer holds binary updates
|
(package private) java.lang.String |
termField
The update terms field.
|
(package private) BytesRef |
termValue
The update terms value.
|
Modifier | Constructor and Description |
---|---|
private |
BufferedUpdate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
int docUpTo
long numericValue
BytesRef binaryValue
boolean hasValue
true
if this update has a valuejava.lang.String termField
BytesRef termValue