OpenSearch/docs/reference/mapping
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
..
dynamic Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
fields Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
params Documented the update_all_types setting on PUT mapping 2015-08-12 21:21:37 +02:00
types Docs: Fixed date format default option 2015-08-06 19:05:09 +02:00
dynamic-mapping.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
fields.asciidoc Docs: Another bad asciidoc link 2015-08-15 18:25:34 +02:00
params.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
types.asciidoc Move the `murmur3` field to a plugin and fix defaults. 2015-08-18 11:41:52 +02:00