Interface SearchAggregationBuilder<A>
-
- Type Parameters:
A- The type of resulting aggregations.
- All Known Subinterfaces:
RangeAggregationBuilder<K>,TermsAggregationBuilder<K>
public interface SearchAggregationBuilder<A>A search aggregation builder, i.e. an object responsible for collecting parameters and then building a search aggregation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchAggregation<A>build()
-
-
-
Method Detail
-
build
SearchAggregation<A> build()
-
-