Modifier and Type | Class and Description |
---|---|
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 |
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.