Class MetricAggregationBase.AbstractBuilder<BuilderT extends MetricAggregationBase.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.MetricAggregationBase.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
BoxplotAggregation.Builder,CardinalityAggregation.Builder,FormatMetricAggregationBase.AbstractBuilder,FormattableMetricAggregation.AbstractBuilder,GeoBoundsAggregation.Builder,GeoCentroidAggregation.Builder,ScriptedMetricAggregation.Builder,StringStatsAggregation.Builder,TopHitsAggregation.Builder,TopMetricsAggregation.Builder
- Enclosing class:
- MetricAggregationBase
public abstract static class MetricAggregationBase.AbstractBuilder<BuilderT extends MetricAggregationBase.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTThe field on which to run the aggregation.final BuilderTmissing(boolean value) The value to apply to documents that do not have a value.final BuilderTmissing(double value) The value to apply to documents that do not have a value.final BuilderTmissing(long value) The value to apply to documents that do not have a value.final BuilderTmissing(FieldValue value) The value to apply to documents that do not have a value.final BuilderTThe value to apply to documents that do not have a value.final BuilderTThe value to apply to documents that do not have a value.final BuilderTAPI name:scriptfinal BuilderTAPI name:scriptprotected abstract BuilderTself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
field
The field on which to run the aggregation.API name:
field -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
script
API name:script -
script
API name:script -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends MetricAggregationBase.AbstractBuilder<BuilderT>>
-