-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Include index param in geo_point docs #75798
Conversation
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-analytics-geo (Team:Analytics) |
@elasticmachine ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @a-k-g!
Great, thanks! Is there any action required to also backport this? |
I'll merge and backport this once our CI tests pass. Per our backporting policy, I'll backport to our currently maintained versions: 7.x, 7.14, 7.13, and 6.8. |
Based on local testing in docker it seems that
geo_point
type fields actually support theindex
param. Docs don't seem to mention that currently.Tested by creating an index with the following mapping on 6.8.16:
Also tested on 7.13.4 without nesting inside the
_doc
type.Would be nice to port this back to previous versions too.