Uses of Class
org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
Packages that use IncludeExclude Package Description org.elasticsearch.search.aggregations.bucket.significant org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of IncludeExclude in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant that return IncludeExclude Modifier and Type Method Description IncludeExcludeSignificantTermsAggregationBuilder. includeExclude()Get terms to include and exclude from the aggregation resultsIncludeExcludeSignificantTextAggregationBuilder. includeExclude()Get terms to include and exclude from the aggregation resultsMethods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type IncludeExclude Modifier and Type Method Description SignificantTermsAggregationBuilderSignificantTermsAggregationBuilder. includeExclude(IncludeExclude includeExclude)Set terms to include and exclude from the aggregation resultsSignificantTextAggregationBuilderSignificantTextAggregationBuilder. includeExclude(IncludeExclude includeExclude)Set terms to include and exclude from the aggregation resultsConstructors in org.elasticsearch.search.aggregations.bucket.significant with parameters of type IncludeExclude Constructor Description SignificantTermsAggregatorFactory(String name, ValuesSourceConfig<ValuesSource> config, IncludeExclude includeExclude, String executionHint, QueryBuilder filterBuilder, TermsAggregator.BucketCountThresholds bucketCountThresholds, SignificanceHeuristic significanceHeuristic, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData)SignificantTextAggregatorFactory(String name, IncludeExclude includeExclude, QueryBuilder filterBuilder, TermsAggregator.BucketCountThresholds bucketCountThresholds, SignificanceHeuristic significanceHeuristic, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, String fieldName, String[] sourceFieldNames, boolean filterDuplicateText, Map<String,Object> metaData) -
Uses of IncludeExclude in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms that return IncludeExclude Modifier and Type Method Description IncludeExcludeRareTermsAggregationBuilder. includeExclude()Get terms to include and exclude from the aggregation resultsIncludeExcludeTermsAggregationBuilder. includeExclude()Get terms to include and exclude from the aggregation resultsstatic IncludeExcludeIncludeExclude. merge(IncludeExclude include, IncludeExclude exclude)static IncludeExcludeIncludeExclude. parseExclude(XContentParser parser)static IncludeExcludeIncludeExclude. parseInclude(XContentParser parser)Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type IncludeExclude Modifier and Type Method Description RareTermsAggregationBuilderRareTermsAggregationBuilder. includeExclude(IncludeExclude includeExclude)Set terms to include and exclude from the aggregation resultsTermsAggregationBuilderTermsAggregationBuilder. includeExclude(IncludeExclude includeExclude)Set terms to include and exclude from the aggregation resultsstatic IncludeExcludeIncludeExclude. merge(IncludeExclude include, IncludeExclude exclude)
-