Modifier and Type | Interface and Description |
---|---|
static interface |
NumericMetricsAggregation.MultiValue |
static interface |
NumericMetricsAggregation.SingleValue |
Modifier and Type | Class and Description |
---|---|
static class |
InternalNumericMetricsAggregation.MultiValue |
static class |
InternalNumericMetricsAggregation.SingleValue |
Modifier and Type | Interface and Description |
---|---|
interface |
Avg
An aggregation that computes the average of the values in the current bucket.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalAvg |
Modifier and Type | Interface and Description |
---|---|
interface |
Cardinality
An aggregation that computes approximate numbers of unique terms.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalCardinality |
Modifier and Type | Interface and Description |
---|---|
interface |
Max
An aggregation that computes the maximum of the values in the current bucket.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalMax |
Modifier and Type | Interface and Description |
---|---|
interface |
Min
An aggregation that computes the minimum of the values in the current bucket.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalMin |
Modifier and Type | Interface and Description |
---|---|
interface |
PercentileRanks
An aggregation that computes approximate percentiles given values.
|
interface |
Percentiles
An aggregation that computes approximate percentiles.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalPercentileRanks |
class |
InternalPercentiles |
Modifier and Type | Interface and Description |
---|---|
interface |
Stats
Statistics over a set of values (either aggregated over field data or scripts)
|
Modifier and Type | Class and Description |
---|---|
class |
InternalStats |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedStats
Statistics over a set of values (either aggregated over field data or scripts)
|
Modifier and Type | Class and Description |
---|---|
class |
InternalExtendedStats |
Modifier and Type | Interface and Description |
---|---|
interface |
Sum
An aggregation that computes the sum of the values in the current bucket.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSum |
Modifier and Type | Interface and Description |
---|---|
interface |
ValueCount
An get that holds the number of values that the current document set has for a specific
field.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalValueCount
An internal implementation of
ValueCount . |
Copyright © 2009–2015. All rights reserved.