Class CompositeAggregationSourceBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.CompositeAggregationSourceBuilders
Builders for
CompositeAggregationSource variants.-
Method Summary
Modifier and TypeMethodDescriptionCreates a builder for thedate_histogramCompositeAggregationSourcevariant.static CompositeAggregationSourcedateHistogram(Function<CompositeDateHistogramAggregation.Builder, ObjectBuilder<CompositeDateHistogramAggregation>> fn) Creates a CompositeAggregationSource of thedate_histogramCompositeAggregationSourcevariant.Creates a builder for thegeotile_gridCompositeAggregationSourcevariant.static CompositeAggregationSourcegeotileGrid(Function<CompositeGeoTileGridAggregation.Builder, ObjectBuilder<CompositeGeoTileGridAggregation>> fn) Creates a CompositeAggregationSource of thegeotile_gridCompositeAggregationSourcevariant.Creates a builder for thehistogramCompositeAggregationSourcevariant.static CompositeAggregationSourcehistogram(Function<CompositeHistogramAggregation.Builder, ObjectBuilder<CompositeHistogramAggregation>> fn) Creates a CompositeAggregationSource of thehistogramCompositeAggregationSourcevariant.terms()Creates a builder for thetermsCompositeAggregationSourcevariant.static CompositeAggregationSourceCreates a CompositeAggregationSource of thetermsCompositeAggregationSourcevariant.
-
Method Details
-
terms
Creates a builder for thetermsCompositeAggregationSourcevariant. -
terms
public static CompositeAggregationSource terms(Function<CompositeTermsAggregation.Builder, ObjectBuilder<CompositeTermsAggregation>> fn) Creates a CompositeAggregationSource of thetermsCompositeAggregationSourcevariant. -
histogram
Creates a builder for thehistogramCompositeAggregationSourcevariant. -
histogram
public static CompositeAggregationSource histogram(Function<CompositeHistogramAggregation.Builder, ObjectBuilder<CompositeHistogramAggregation>> fn) Creates a CompositeAggregationSource of thehistogramCompositeAggregationSourcevariant. -
dateHistogram
Creates a builder for thedate_histogramCompositeAggregationSourcevariant. -
dateHistogram
public static CompositeAggregationSource dateHistogram(Function<CompositeDateHistogramAggregation.Builder, ObjectBuilder<CompositeDateHistogramAggregation>> fn) Creates a CompositeAggregationSource of thedate_histogramCompositeAggregationSourcevariant. -
geotileGrid
Creates a builder for thegeotile_gridCompositeAggregationSourcevariant. -
geotileGrid
public static CompositeAggregationSource geotileGrid(Function<CompositeGeoTileGridAggregation.Builder, ObjectBuilder<CompositeGeoTileGridAggregation>> fn) Creates a CompositeAggregationSource of thegeotile_gridCompositeAggregationSourcevariant.
-