SignificantTermsAggregationBuilder |
SignificantTermsAggregationBuilder.backgroundFilter(QueryBuilder backgroundFilter) |
|
SignificantTermsAggregationBuilder |
SignificantTermsAggregationBuilder.bucketCountThresholds(TermsAggregator.BucketCountThresholds bucketCountThresholds) |
|
SignificantTermsAggregationBuilder |
SignificantTermsAggregationBuilder.executionHint(String executionHint) |
Expert: sets an execution hint to the aggregation.
|
SignificantTermsAggregationBuilder |
SignificantTermsAggregationBuilder.includeExclude(IncludeExclude includeExclude) |
Set terms to include and exclude from the aggregation results
|
SignificantTermsAggregationBuilder |
SignificantTermsAggregationBuilder.minDocCount(long minDocCount) |
Set the minimum document count terms should have in order to appear in
the response.
|
SignificantTermsAggregationBuilder |
SignificantTermsAggregationBuilder.shardMinDocCount(long shardMinDocCount) |
Set the minimum document count terms should have on the shard in order to
appear in the response.
|
SignificantTermsAggregationBuilder |
SignificantTermsAggregationBuilder.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).
|
SignificantTermsAggregationBuilder |
SignificantTermsAggregationBuilder.significanceHeuristic(SignificanceHeuristic significanceHeuristic) |
|
SignificantTermsAggregationBuilder |
SignificantTermsAggregationBuilder.size(int size) |
Sets the size - indicating how many term buckets should be returned
(defaults to 10)
|