Uses of Class
org.elasticsearch.search.aggregations.AggregatorBase
-
-
Uses of AggregatorBase in org.elasticsearch.search.aggregations
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations Modifier and Type Class Description classNonCollectingAggregatorAn aggregator that is not collected, this can typically be used when running an aggregation over a field that doesn't have a mapping. -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket Modifier and Type Class Description classBucketsAggregatorclassDeferableBucketAggregator -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.adjacency
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.adjacency Modifier and Type Class Description classAdjacencyMatrixAggregatorAggregation for adjacency matrices. -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.filter
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.filter Modifier and Type Class Description classFilterAggregatorAggregate all docs that match a filter.classFiltersAggregator -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.geogrid
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Class Description classGeoGridAggregator<T extends InternalGeoGrid>Aggregates data expressed as longs (for efficiency's sake) but formats results as aggregation-specific strings.classGeoHashGridAggregatorAggregates data expressed as GeoHash longs (for efficiency's sake) but formats results as Geohash strings.classGeoTileGridAggregatorAggregates data expressed as geotile longs (for efficiency's sake) but formats results as geotile strings. -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.global
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.global Modifier and Type Class Description classGlobalAggregator -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.histogram
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.histogram Modifier and Type Class Description classRangeHistogramAggregator -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.missing
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.missing Modifier and Type Class Description classMissingAggregator -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.nested
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.nested Modifier and Type Class Description classNestedAggregatorclassReverseNestedAggregator -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.range
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.range Modifier and Type Class Description classBinaryRangeAggregatorA range aggregator for values that are stored in SORTED_SET doc values.classRangeAggregatorstatic classRangeAggregator.Unmapped<R extends RangeAggregator.Range> -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.sampler
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.sampler Modifier and Type Class Description classDiversifiedBytesHashSamplerAggregatorAlternative, faster implementation for converting String keys to longs but with the potential for hash collisions.classDiversifiedMapSamplerAggregatorclassDiversifiedNumericSamplerAggregatorclassDiversifiedOrdinalsSamplerAggregatorclassSamplerAggregatorAggregate on only the top-scoring docs on a shard. -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.significant
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Class Description classGlobalOrdinalsSignificantTermsAggregatorAn global ordinal based implementation of significant terms, based onSignificantStringTermsAggregator.classSignificantLongTermsAggregatorclassSignificantStringTermsAggregatorAn aggregator of significant string values.classSignificantTextAggregator -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.terms
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Class Description classAbstractRareTermsAggregator<T extends ValuesSource,U extends IncludeExclude.Filter,V>classDoubleTermsAggregatorclassGlobalOrdinalsStringTermsAggregatorAn aggregator of string values that relies on global ordinals in order to build buckets.classLongRareTermsAggregatorAn aggregator that finds "rare" string values (e.g.classLongTermsAggregatorclassStringRareTermsAggregatorAn aggregator that finds "rare" string values (e.g.classStringTermsAggregatorAn aggregator of string values.classTermsAggregator -
Uses of AggregatorBase in org.elasticsearch.search.aggregations.metrics
Subclasses of AggregatorBase in org.elasticsearch.search.aggregations.metrics Modifier and Type Class Description classMedianAbsoluteDeviationAggregatorclassMetricsAggregatorclassNumericMetricsAggregatorstatic classNumericMetricsAggregator.MultiValuestatic classNumericMetricsAggregator.SingleValue
-