Class FieldContext
java.lang.Object
org.elasticsearch.search.aggregations.support.FieldContext
Used by all field data based aggregators. This determine the context of the field data the aggregators are operating
in. It holds both the field names and the index field datas that are associated with them.
-
Constructor Summary
ConstructorDescriptionFieldContext
(String field, IndexFieldData<?> indexFieldData, MappedFieldType fieldType) Constructs a field data context for the given field and its index field data -
Method Summary
-
Constructor Details
-
FieldContext
Constructs a field data context for the given field and its index field data- Parameters:
field
- The name of the fieldindexFieldData
- The index field data of the field
-
-
Method Details
-
field
-
indexFieldData
- Returns:
- The index field datas in this context
-
fieldType
-