abstract class DocValuesUpdate
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
DocValuesUpdate.BinaryDocValuesUpdate
An in-place update to a binary DocValues field
|
(package private) static class |
DocValuesUpdate.NumericDocValuesUpdate
An in-place update to a numeric DocValues field
|
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
docIDUpto |
(package private) java.lang.String |
field |
private static int |
RAW_SIZE_IN_BYTES |
(package private) Term |
term |
(package private) DocValuesType |
type |
(package private) java.lang.Object |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
DocValuesUpdate(DocValuesType type,
Term term,
java.lang.String field,
java.lang.Object value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
sizeInBytes() |
java.lang.String |
toString() |
(package private) abstract long |
valueSizeInBytes() |
private static final int RAW_SIZE_IN_BYTES
final DocValuesType type
final Term term
final java.lang.String field
final java.lang.Object value
int docIDUpto
protected DocValuesUpdate(DocValuesType type, Term term, java.lang.String field, java.lang.Object value)
term - the Term which determines the documents that will be updatedfield - the NumericDocValuesField to updatevalue - the updated value