elasticsearch/docs/reference/mapping
Christoph Büscher f34c9a8a40
Enhance error message for copy-to (#72820)
We currently don't support `copy_to` for fields that take the form of objects
(e.g. `date_range` or certain kinds of `geo_point` variants). The current
problem with objects is that when DocumentParser parses anything other than
single values, it potentially advances the underlying parser past the value that
we would need to stay on for parsing the value again. While we might want to
support this in the future, for now this PR enhances the otherwise confusing
MapperParsingException with something more helpful and adds a short note in the
documentation about this restriction.

Closes #49344
2021-05-11 13:27:45 +02:00
..
dynamic [DOCS] Fix bulk API xref (#72685) 2021-05-04 11:07:19 -04:00
fields New queryable "_tier" metadata field (#69288) 2021-03-31 15:37:37 +01:00
params Enhance error message for copy-to (#72820) 2021-05-11 13:27:45 +02:00
types Disallow creating geo_shape mappings with deprecated parameters (#70850) 2021-04-30 11:08:58 +02:00
dynamic-mapping.asciidoc [DOCS] Clean up index template xrefs (#67264) 2021-01-11 12:38:09 -05:00
explicit-mapping.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
fields.asciidoc Support fetching _tier field value (#71379) 2021-04-08 11:41:52 -07:00
mapping-settings-limit.asciidoc [DOCS] Add docs for runtime fields (#62653) 2020-12-09 17:54:58 -05:00
params.asciidoc Clarify field data cache behavior in docs (#64375) 2020-11-20 13:53:23 -08:00
removal_of_types.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
runtime.asciidoc Rename on_script_error options to fail or continue (#71841) 2021-04-20 09:59:42 +02:00
types.asciidoc Add match_only_text, a space-efficient variant of text. (#66172) 2021-04-22 08:41:47 +02:00