Class MatrixAggregation.AbstractBuilder<BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.MatrixAggregation.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
MatrixStatsAggregation.Builder
- Enclosing class:
- MatrixAggregation
public abstract static class MatrixAggregation.AbstractBuilder<BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>>
extends AggregationBase.AbstractBuilder<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTAn array of fields for computing the statistics.final BuilderTAn array of fields for computing the statistics.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.Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase.AbstractBuilder
meta, meta, name, selfMethods 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
-
fields
An array of fields for computing the statistics.API name:
fieldsAdds all elements of
listtofields. -
fields
An array of fields for computing the statistics.API name:
fieldsAdds one or more values to
fields. -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missingAdds all entries of
maptomissing. -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missingAdds an entry to
missing.
-