Uses of Class
org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregatorFactory
-
Packages that use SignificantTextAggregatorFactory Package Description org.elasticsearch.search.aggregations.bucket.significant -
-
Uses of SignificantTextAggregatorFactory in org.elasticsearch.search.aggregations.bucket.significant
Constructors in org.elasticsearch.search.aggregations.bucket.significant with parameters of type SignificantTextAggregatorFactory Constructor Description SignificantTextAggregator(String name, AggregatorFactories factories, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, TermsAggregator.BucketCountThresholds bucketCountThresholds, IncludeExclude.StringFilter includeExclude, SignificanceHeuristic significanceHeuristic, SignificantTextAggregatorFactory termsAggFactory, String fieldName, String[] sourceFieldNames, boolean filterDuplicateText, Map<String,Object> metaData)
-