OpenSearch/docs/reference/mapping
Adrien Grand 33599d9a34 Compressed geo-point field data.
This commit allows to trade precision for memory when storing geo points.
This new field data impl accepts a `precision` parameter that controls the
maximum expected error for storing coordinates. This option can be updated on
a live index with the PUT mapping API.

Default precision is 1cm, which requires 8 bytes per geo-point (50% memory
saving compared to using 2 doubles).

Close #4386
2013-12-17 11:29:48 +01:00
..
fields [DOCS] Changed all store:yes/no to store:true/false 2013-11-07 16:57:18 +01:00
types Compressed geo-point field data. 2013-12-17 11:29:48 +01:00
conf-mappings.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
date-format.asciidoc rename and document "index.mapping.date.parse_upper_inclusive" setting for date fields 2013-10-28 15:48:31 +01:00
dynamic-mapping.asciidoc [DOCS] Changed all store:yes/no to store:true/false 2013-11-07 16:57:18 +01:00
fields.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
meta.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
misc.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
types.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00