| 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 |
InternalHDRPercentileRanks |
class |
InternalHDRPercentiles |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalTDigestPercentileRanks |
class |
InternalTDigestPercentiles |
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleValue |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSimpleValue |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalBucketMetricValue |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PercentilesBucket |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalPercentilesBucket |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatsBucket
Statistics over a set of buckets
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalStatsBucket |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedStatsBucket
Extended Statistics over a set of buckets
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalExtendedStatsBucket |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Derivative |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalDerivative |
Copyright © 2009–2017. All rights reserved.