OpenSearch/docs/reference/aggregations/metrics
Adrien Grand a91b3fcbb9 Move the `murmur3` field to a plugin and fix defaults.
This move the `murmur3` field to the `mapper-murmur3` plugin and fixes its
defaults so that values will not be indexed by default, as the only purpose
of this field is to speed up `cardinality` aggregations on high-cardinality
string fields, which only requires doc values.

I also removed the `rehash` option from the `cardinality` aggregation as it
doesn't bring much value (rehashing is cheap) and allowed to remove the
coupling between the `cardinality` aggregation and the `murmur3` field.

Close #12874
2015-08-18 11:41:52 +02:00
..
avg-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
cardinality-aggregation.asciidoc Move the `murmur3` field to a plugin and fix defaults. 2015-08-18 11:41:52 +02:00
extendedstats-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
geobounds-aggregation.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
max-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
min-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
percentile-aggregation.asciidoc Aggregations: Add HDRHistogram as an option in percentiles and percentile_ranks aggregations 2015-07-24 17:55:36 +01:00
percentile-rank-aggregation.asciidoc Aggregations: Add HDRHistogram as an option in percentiles and percentile_ranks aggregations 2015-07-24 17:55:36 +01:00
scripted-metric-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
stats-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
sum-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
tophits-aggregation.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
valuecount-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00