Class MatrixAggregation.AbstractBuilder<BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>>

All Implemented Interfaces:
WithJson<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 Details

    • AbstractBuilder

      protected AbstractBuilder()
  • Method Details

    • fields

      public final BuilderT fields(List<String> list)
      API name: fields

      Adds all elements of list to fields.

    • fields

      public final BuilderT fields(String value, String... values)
      API name: fields

      Adds one or more values to fields.

    • missing

      public final BuilderT missing(Map<String,Double> map)
      API name: missing

      Adds all entries of map to missing.

    • missing

      public final BuilderT missing(String key, Double value)
      API name: missing

      Adds an entry to missing.