TermsAggregationBuilder |
TermsAggregationBuilder.collectMode(Aggregator.SubAggCollectionMode collectMode) |
Expert: set the collection mode.
|
TermsAggregationBuilder |
TermsAggregationBuilder.executionHint(String executionHint) |
Expert: sets an execution hint to the aggregation.
|
TermsAggregationBuilder |
TermsAggregationBuilder.includeExclude(IncludeExclude includeExclude) |
Set terms to include and exclude from the aggregation results
|
TermsAggregationBuilder |
TermsAggregationBuilder.minDocCount(long minDocCount) |
Set the minimum document count terms should have in order to appear in
the response.
|
TermsAggregationBuilder |
TermsAggregationBuilder.order(List<BucketOrder> orders) |
Sets the order in which the buckets will be returned.
|
TermsAggregationBuilder |
TermsAggregationBuilder.order(BucketOrder order) |
Set a new order on this builder and return the builder so that calls
can be chained.
|
TermsAggregationBuilder |
TermsAggregationBuilder.shardMinDocCount(long shardMinDocCount) |
Set the minimum document count terms should have on the shard in order to
appear in the response.
|
TermsAggregationBuilder |
TermsAggregationBuilder.shardSize(int shardSize) |
Sets the shard_size - indicating the number of term buckets each shard
will return to the coordinating node (the node that coordinates the
search execution).
|
TermsAggregationBuilder |
TermsAggregationBuilder.showTermDocCountError(boolean showTermDocCountError) |
Set whether doc count error will be return for individual terms
|
TermsAggregationBuilder |
TermsAggregationBuilder.size(int size) |
Sets the size - indicating how many term buckets should be returned
(defaults to 10)
|