Interface AggregationResults
public interface AggregationResults
-
Method Summary
Modifier and TypeMethodDescriptionbucketScript
(String name, double value) cardinality
(String name, long value) cumulativeSum
(String name, double value) dateHistogram
(String name) derivative
(String name, double normalizedValue) diversifiedSampler
(String name, long docCount) extendedStats
(String name, double avg, long count, double min, double max, double sum, double sumOfSquares, double variance, double stdDeviation) extendedStatsBucket
(String name, double avg, long count, double min, double max, double sum, double sumOfSquares, double variance, double stdDeviation) geoBounds
(String name, GeoLocationPoint topLeftGeoLocationPoint, GeoLocationPoint bottomRightGeoLocationPoint) geoCentroid
(String name, GeoLocationPoint centroidGeoLocationPoint, long count) geoDistance
(String name) geoHashGrid
(String name) movingFunction
(String name, double value) percentileRanks
(String name) percentiles
(String name) percentilesBucket
(String name) reverseNested
(String name, long docCount) scriptedMetric
(String name, Object value) serialDiff
(String name, double value) significantTerms
(String name, long errorDocCounts, long otherDocCounts) significantText
(String name, long docCountError, long sumOfOtherDocCounts) statsBucket
(String name, double avg, long count, double min, double max, double sum) topHits
(String name, SearchHits searchHits) valueCount
(String name, long value) weightedAvg
(String name, double value)
-
Method Details
-
avg
-
avgBucket
-
bucketScript
-
cardinality
-
children
-
cumulativeSum
-
dateHistogram
-
derivative
-
diversifiedSampler
-
extendedStats
ExtendedStatsAggregationResult extendedStats(String name, double avg, long count, double min, double max, double sum, double sumOfSquares, double variance, double stdDeviation) -
extendedStatsBucket
ExtendedStatsBucketPipelineAggregationResult extendedStatsBucket(String name, double avg, long count, double min, double max, double sum, double sumOfSquares, double variance, double stdDeviation) -
filter
-
filters
-
geoBounds
GeoBoundsAggregationResult geoBounds(String name, GeoLocationPoint topLeftGeoLocationPoint, GeoLocationPoint bottomRightGeoLocationPoint) -
geoCentroid
GeoCentroidAggregationResult geoCentroid(String name, GeoLocationPoint centroidGeoLocationPoint, long count) -
geoDistance
-
geoHashGrid
-
global
-
histogram
-
max
-
maxBucket
-
min
-
minBucket
-
missing
-
movingFunction
-
nested
-
percentileRanks
-
percentiles
-
percentilesBucket
-
range
-
reverseNested
-
sampler
-
scriptedMetric
-
serialDiff
-
significantTerms
SignificantTermsAggregationResult significantTerms(String name, long errorDocCounts, long otherDocCounts) -
significantText
SignificantTextAggregationResult significantText(String name, long docCountError, long sumOfOtherDocCounts) -
stats
StatsAggregationResult stats(String name, double avg, long count, double min, double max, double sum) -
statsBucket
StatsBucketPipelineAggregationResult statsBucket(String name, double avg, long count, double min, double max, double sum) -
sum
-
sumBucket
-
terms
-
topHits
-
valueCount
-
weightedAvg
-