Skip to content

Conversation

@craigtaverner
Copy link
Contributor

Backports the following commits to 9.0:

…elastic#125692)

With `geo_point` fields, here is the special case of values that have a syntactically valid format, but the numerical values for `latitude` and `longitude` are out of range.

If `ignore_malformed` is `false`, an exception will be thrown as usual. But if it is `true`, the document will be indexed correctly, by normalizing the latitude and longitude values into the valid range. The special `_ignored` field will not be set. The original source document will remain as before, but indexed values, doc-values and stored fields will all be normalized.
@craigtaverner craigtaverner added :Analytics/Geo Indexing, search aggregations of geo points and shapes >docs General docs changes auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) Team:Docs Meta label for docs team labels Apr 7, 2025
@elasticsearchmachine elasticsearchmachine merged commit baa9703 into elastic:9.0 Apr 7, 2025
6 checks passed
@craigtaverner craigtaverner deleted the backport/9.0/pr-125692 branch April 7, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/Geo Indexing, search aggregations of geo points and shapes auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >docs General docs changes Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) Team:Docs Meta label for docs team v9.0.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants