Class HistogramAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
co.elastic.clients.elasticsearch._types.aggregations.HistogramAggregation
- All Implemented Interfaces:
AggregationVariant,PivotGroupByVariant,JsonpSerializable
@JsonpDeserializable
public class HistogramAggregation
extends BucketAggregationBase
implements AggregationVariant, PivotGroupByVariant
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
BucketAggregationBase.AbstractBuilder<BuilderT extends BucketAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<HistogramAggregation>Json deserializer forHistogramAggregation -
Method Summary
Modifier and TypeMethodDescriptionAggregation variant kind.PivotGroupBy variant kind.final ExtendedBounds<Double>API name:extended_boundsfinal Stringfield()API name:fieldfinal Stringformat()API name:formatfinal ExtendedBounds<Double>API name:hard_boundsfinal Doubleinterval()API name:intervalfinal Booleankeyed()API name:keyedfinal IntegerAPI name:min_doc_countfinal Doublemissing()API name:missingstatic HistogramAggregationfinal Doubleoffset()API name:offsetfinal List<NamedValue<SortOrder>>order()API name:orderfinal Scriptscript()API name:scriptprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
setupBucketAggregationBaseDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregationVariant
_toAggregationMethods inherited from interface co.elastic.clients.elasticsearch.transform.PivotGroupByVariant
_toPivotGroupBy
-
Field Details
-
_DESERIALIZER
Json deserializer forHistogramAggregation
-
-
Method Details
-
of
public static HistogramAggregation of(Function<HistogramAggregation.Builder, ObjectBuilder<HistogramAggregation>> fn) -
_aggregationKind
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
_pivotGroupByKind
PivotGroupBy variant kind.- Specified by:
_pivotGroupByKindin interfacePivotGroupByVariant
-
extendedBounds
API name:extended_bounds -
hardBounds
API name:hard_bounds -
field
API name:field -
interval
API name:interval -
minDocCount
API name:min_doc_count -
missing
API name:missing -
offset
API name:offset -
order
API name:order -
script
API name:script -
format
API name:format -
keyed
API name:keyed -
serializeInternal
- Overrides:
serializeInternalin classAggregationBase
-
setupHistogramAggregationDeserializer
protected static void setupHistogramAggregationDeserializer(ObjectDeserializer<HistogramAggregation.Builder> op)
-