mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Added a long-based representation of GeoHashes to GeoHashUtils for fast evaluation in aggregations. The new BucketUtils provides a common heuristic for determining the number of results to obtain from each shard in "top N" type requests.
25 lines
617 B
Plaintext
25 lines
617 B
Plaintext
[[search-aggregations-bucket]]
|
|
|
|
include::bucket/global-aggregation.asciidoc[]
|
|
|
|
include::bucket/filter-aggregation.asciidoc[]
|
|
|
|
include::bucket/missing-aggregation.asciidoc[]
|
|
|
|
include::bucket/nested-aggregation.asciidoc[]
|
|
|
|
include::bucket/terms-aggregation.asciidoc[]
|
|
|
|
include::bucket/range-aggregation.asciidoc[]
|
|
|
|
include::bucket/daterange-aggregation.asciidoc[]
|
|
|
|
include::bucket/iprange-aggregation.asciidoc[]
|
|
|
|
include::bucket/histogram-aggregation.asciidoc[]
|
|
|
|
include::bucket/datehistogram-aggregation.asciidoc[]
|
|
|
|
include::bucket/geodistance-aggregation.asciidoc[]
|
|
|
|
include::bucket/geohashgrid-aggregation.asciidoc[] |