OpenSearch/docs/reference/migration/migrate_7_0
Igor Motov da6b61e8ef
Make Geo Context Mapping Parsing More Strict (#32821)
Currently, if geo context is represented by something other than
geo_point or an object with lat and lon fields, the parsing of it
as a geo context can result in ignoring the context altogether,
returning confusing errors such as number_format_exception or trying
to parse the number specifying as long-encoded hash code. It would also
fail if the geo_point was stored.

This commit makes the mapping parsing more strict and will fail during
mapping update or index creation if the geo context doesn't point to
a geo_point field.

Supersedes #32412

Closes #32202
2018-08-17 08:13:16 -07:00
..
aggregations.asciidoc Migrate scripted metric aggregation scripts to ScriptContext design (#30111) 2018-06-25 12:01:33 +01:00
analysis.asciidoc Remove `delimited_payload_filter` (#27705) 2018-04-05 18:41:04 +02:00
api.asciidoc Remove aliases resolution limitations when security is enabled (#31952) 2018-07-20 09:23:32 +02:00
cluster.asciidoc remove _primary and _replica shard preferences (#26791) 2017-10-08 11:03:06 -04:00
indices.asciidoc Circuit-break based on real memory usage 2018-07-13 10:08:28 +02:00
java.asciidoc Docs: Add note about removing prepareExecute from the java client (#31401) 2018-06-19 07:21:58 -07:00
mappings.asciidoc Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
packaging.asciidoc Packaging: Remove windows bin files from the tar distribution (#30596) 2018-06-18 19:02:51 +02:00
plugins.asciidoc Correct spelling of AnalysisPlugin#requriesAnalysisSettings (#32025) 2018-07-13 13:13:21 +01:00
restclient.asciidoc REST hl client: cluster health to default to cluster level (#31268) 2018-06-13 15:06:13 +02:00
scripting.asciidoc Change ScriptException status to 400 (bad request) (#30861) 2018-05-30 14:00:07 +02:00
search.asciidoc Make Geo Context Mapping Parsing More Strict (#32821) 2018-08-17 08:13:16 -07:00
settings.asciidoc Reintroduce mandatory http pipelining support (#30820) 2018-05-23 14:38:52 -06:00
snapshotstats.asciidoc Include size of snapshot in snapshot metadata (#29602) 2018-05-25 21:04:50 +02:00