Uses of Class
org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.LongFilter
-
Packages that use IncludeExclude.LongFilter Package Description org.elasticsearch.search.aggregations.bucket.significant org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of IncludeExclude.LongFilter in org.elasticsearch.search.aggregations.bucket.significant
Constructors in org.elasticsearch.search.aggregations.bucket.significant with parameters of type IncludeExclude.LongFilter Constructor Description SignificantLongTermsAggregator(String name, AggregatorFactories factories, ValuesSource.Numeric valuesSource, DocValueFormat format, TermsAggregator.BucketCountThresholds bucketCountThresholds, SearchContext context, Aggregator parent, SignificanceHeuristic significanceHeuristic, SignificantTermsAggregatorFactory termsAggFactory, IncludeExclude.LongFilter includeExclude, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of IncludeExclude.LongFilter in org.elasticsearch.search.aggregations.bucket.terms
Subclasses of IncludeExclude.LongFilter in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Class Description classIncludeExclude.PartitionedLongFilterstatic classIncludeExclude.SetBackedLongFilterMethods in org.elasticsearch.search.aggregations.bucket.terms that return IncludeExclude.LongFilter Modifier and Type Method Description IncludeExclude.LongFilterIncludeExclude. convertToDoubleFilter()IncludeExclude.LongFilterIncludeExclude. convertToLongFilter(DocValueFormat format)Constructors in org.elasticsearch.search.aggregations.bucket.terms with parameters of type IncludeExclude.LongFilter Constructor Description LongTermsAggregator(String name, AggregatorFactories factories, ValuesSource.Numeric valuesSource, DocValueFormat format, BucketOrder order, TermsAggregator.BucketCountThresholds bucketCountThresholds, SearchContext aggregationContext, Aggregator parent, Aggregator.SubAggCollectionMode subAggCollectMode, boolean showTermDocCountError, IncludeExclude.LongFilter longFilter, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)
-