| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
NonCollectingAggregator
An aggregator that is not collected, this can typically be used when running an aggregation over a field that doesn't have
a mapping.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
BucketsAggregator |
class |
SingleBucketAggregator
A bucket aggregator that doesn't create new buckets.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
ParentToChildrenAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
FilterAggregator
Aggregate all docs that match a filter.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
FiltersAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
GeoHashGridAggregator
Aggregates data expressed as GeoHash longs (for efficiency's sake) but formats results as Geohash strings.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
GlobalAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
HistogramAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MissingAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
NestedAggregator |
class |
ReverseNestedAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
RangeAggregator |
static class |
RangeAggregator.Unmapped |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
DiversifiedBytesHashSamplerAggregator
Alternative, faster implementation for converting String keys to longs but
with the potential for hash collisions.
|
class |
DiversifiedMapSamplerAggregator |
class |
DiversifiedNumericSamplerAggregator |
class |
DiversifiedOrdinalsSamplerAggregator |
class |
SamplerAggregator
Aggregate on only the top-scoring docs on a shard.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
GlobalOrdinalsSignificantTermsAggregator
An global ordinal based implementation of significant terms, based on
SignificantStringTermsAggregator. |
static class |
GlobalOrdinalsSignificantTermsAggregator.WithHash |
class |
SignificantLongTermsAggregator |
class |
SignificantStringTermsAggregator
An aggregator of significant string values.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
DoubleTermsAggregator |
class |
GlobalOrdinalsStringTermsAggregator
An aggregator of string values that relies on global ordinals in order to build buckets.
|
static class |
GlobalOrdinalsStringTermsAggregator.LowCardinality
Variant of
GlobalOrdinalsStringTermsAggregator that resolves global ordinals post segment collection
instead of on the fly for each match.This is beneficial for low cardinality fields, because it can reduce
the amount of look-ups significantly. |
static class |
GlobalOrdinalsStringTermsAggregator.WithHash
Variant of
GlobalOrdinalsStringTermsAggregator that rebases hashes in order to make them dense. |
class |
LongTermsAggregator |
class |
StringTermsAggregator
An aggregator of string values.
|
class |
TermsAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MetricsAggregator |
class |
NumericMetricsAggregator |
static class |
NumericMetricsAggregator.MultiValue |
static class |
NumericMetricsAggregator.SingleValue |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AvgAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
CardinalityAggregator
An aggregator that computes approximate counts of unique values.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
GeoBoundsAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
GeoCentroidAggregator
A geo metric aggregator that computes a geo-centroid from a
geo_point type field |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MaxAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MinAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractHDRPercentilesAggregator |
class |
HDRPercentileRanksAggregator |
class |
HDRPercentilesAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractTDigestPercentilesAggregator |
class |
TDigestPercentileRanksAggregator |
class |
TDigestPercentilesAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
ScriptedMetricAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
StatsAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
ExtendedStatsAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
SumAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
TopHitsAggregator |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
ValueCountAggregator
A field data based aggregator that counts the number of values a specific field has within the aggregation context.
|
Copyright © 2009–2016. All rights reserved.