public class FieldTermItem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldTermItem.ValueType
The different types of aggregation values that can be associated with an index field term.
|
| Modifier and Type | Field and Description |
|---|---|
Object |
term
The term itself, i.e.
|
Map<FieldTermItem.ValueType,Object> |
values
Returns the value for the term at the current position of the stream.
|
| Constructor and Description |
|---|
FieldTermItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(FieldTermItem.ValueType valueType,
Object value)
Adds a value for the
FieldTermItem.ValueType at the end of the stream. |
String |
toString() |
public Map<FieldTermItem.ValueType,Object> values
ValueType}public Object term
public void setValue(FieldTermItem.ValueType valueType, Object value)
FieldTermItem.ValueType at the end of the stream.valueType - value - Copyright © 2017 JULIE Lab, Germany. All rights reserved.