static class DocValuesFieldUpdates.Container
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,BinaryDocValuesFieldUpdates> |
binaryDVUpdates |
(package private) java.util.Map<java.lang.String,NumericDocValuesFieldUpdates> |
numericDVUpdates |
Constructor and Description |
---|
Container() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
any() |
(package private) DocValuesFieldUpdates |
getUpdates(java.lang.String field,
DocValuesType type) |
(package private) DocValuesFieldUpdates |
newUpdates(java.lang.String field,
DocValuesType type,
int maxDoc) |
(package private) long |
ramBytesPerDoc() |
(package private) int |
size() |
java.lang.String |
toString() |
final java.util.Map<java.lang.String,NumericDocValuesFieldUpdates> numericDVUpdates
final java.util.Map<java.lang.String,BinaryDocValuesFieldUpdates> binaryDVUpdates
boolean any()
int size()
long ramBytesPerDoc()
DocValuesFieldUpdates getUpdates(java.lang.String field, DocValuesType type)
DocValuesFieldUpdates newUpdates(java.lang.String field, DocValuesType type, int maxDoc)
public java.lang.String toString()
toString
in class java.lang.Object