SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.backgroundFilter(QueryBuilder backgroundFilter) |
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.bucketCountThresholds(TermsAggregator.BucketCountThresholds bucketCountThresholds) |
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.fieldName(String fieldName) |
Sets the name of the text field that will be the subject of this
aggregation.
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.filterDuplicateText(boolean filterDuplicateText) |
Control if duplicate paragraphs of text should try be filtered from the
statistical text analysis.
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.includeExclude(IncludeExclude includeExclude) |
Set terms to include and exclude from the aggregation results
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.minDocCount(long minDocCount) |
Set the minimum document count terms should have in order to appear in
the response.
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.shardMinDocCount(long shardMinDocCount) |
Set the minimum document count terms should have on the shard in order to
appear in the response.
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.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).
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.significanceHeuristic(SignificanceHeuristic significanceHeuristic) |
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.size(int size) |
Sets the size - indicating how many term buckets should be returned
(defaults to 10)
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.sourceFieldNames(List<String> names) |
Selects the fields to load from _source JSON and analyze.
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.subAggregation(AggregationBuilder aggregation) |
|
SignificantTextAggregationBuilder |
SignificantTextAggregationBuilder.subAggregations(AggregatorFactories.Builder subFactories) |
|