Class MatrixAggregation.AbstractBuilder<BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.MatrixAggregation.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
MatrixStatsAggregation.Builder
- Enclosing class:
- MatrixAggregation
protected abstract static class MatrixAggregation.AbstractBuilder<BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>> extends AggregationBase.AbstractBuilder<BuilderT>
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder() -
Method Summary
Modifier and Type Method Description BuilderTaddFields(java.lang.String value)Add a value tofields(List), creating the list if needed.BuilderTfields(java.lang.String... value)API name:fieldsBuilderTfields(java.util.List<java.lang.String> value)API name:fieldsBuilderTmissing(java.util.Map<java.lang.String,java.lang.Double> value)API name:missingBuilderTputMissing(java.lang.String key, java.lang.Double value)Add a key/value tomissing(Map), creating the map if needed.Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase.AbstractBuilder
meta, name, putMeta, selfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder()
-
-
Method Details
-
fields
API name:fields -
fields
API name:fields -
addFields
Add a value tofields(List), creating the list if needed. -
missing
API name:missing -
putMissing
Add a key/value tomissing(Map), creating the map if needed.
-