Class CompositeAggregationSourceBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.CompositeAggregationSourceBuilders
public class CompositeAggregationSourceBuilders
extends java.lang.Object
Builders for
CompositeAggregationSource variants.-
Method Summary
Modifier and Type Method Description static DateHistogramAggregation.BuilderdateHistogram()Creates a builder for thedate_histogramCompositeAggregationSourcevariant.static GeoTileGridAggregation.BuildergeotileGrid()Creates a builder for thegeotile_gridCompositeAggregationSourcevariant.static HistogramAggregation.Builderhistogram()Creates a builder for thehistogramCompositeAggregationSourcevariant.static TermsAggregation.Builderterms()Creates a builder for thetermsCompositeAggregationSourcevariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
terms
Creates a builder for thetermsCompositeAggregationSourcevariant. -
histogram
Creates a builder for thehistogramCompositeAggregationSourcevariant. -
dateHistogram
Creates a builder for thedate_histogramCompositeAggregationSourcevariant. -
geotileGrid
Creates a builder for thegeotile_gridCompositeAggregationSourcevariant.
-