Class SearchAggregatorBuilders
java.lang.Object
io.camunda.search.clients.aggregator.SearchAggregatorBuilders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()static SearchChildrenAggregatorstatic SearchCompositeAggregatorcomposite(String name, List<SearchAggregator> sources) filter()static SearchFilterAggregatorfilter(String name, SearchQuery filter) filters()parent()static SearchParentAggregatorstatic SearchSumAggregator.Buildersum()static SearchSumAggregatorterms()static SearchTermsAggregatorstatic <T> SearchTopHitsAggregator.Builder<T> topHits()static <T> SearchTopHitsAggregator<T>
-
Constructor Details
-
SearchAggregatorBuilders
public SearchAggregatorBuilders()
-
-
Method Details
-
children
-
children
-
sum
-
sum
-
parent
-
parent
-
terms
-
terms
-
topHits
-
topHits
public static <T> SearchTopHitsAggregator<T> topHits(String name, String field, Class<T> documentClass) -
composite
-
composite
-
filter
-
filter
-
filters
-