Uses of Class
org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.StringFilter
-
Packages that use IncludeExclude.StringFilter Package Description org.elasticsearch.search.aggregations.bucket.significant org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of IncludeExclude.StringFilter in org.elasticsearch.search.aggregations.bucket.significant
-
Uses of IncludeExclude.StringFilter in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms that return IncludeExclude.StringFilter Modifier and Type Method Description IncludeExclude.StringFilterIncludeExclude. convertToStringFilter(DocValueFormat format)Constructors in org.elasticsearch.search.aggregations.bucket.terms with parameters of type IncludeExclude.StringFilter Constructor Description StringTermsAggregator(String name, AggregatorFactories factories, ValuesSource valuesSource, BucketOrder order, DocValueFormat format, TermsAggregator.BucketCountThresholds bucketCountThresholds, IncludeExclude.StringFilter includeExclude, SearchContext context, Aggregator parent, Aggregator.SubAggCollectionMode collectionMode, boolean showTermDocCountError, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)
-