Class MatrixAggregation.AbstractBuilder<BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>>
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.aggregations.AggregationBase.AbstractBuilder<BuilderT>
org.opensearch.client.opensearch._types.aggregations.MatrixAggregation.AbstractBuilder<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
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregationBase.AbstractBuilder
meta, meta, name, selfMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder() -
AbstractBuilder
-
AbstractBuilder
-
-
Method Details
-
fields
API name:fieldsAdds all elements of
listtofields. -
fields
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 elements 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.
-