-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Docs] Include index param in geo_point docs #75798
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
Conversation
|
Pinging @elastic/es-docs (Team:Docs) |
|
Pinging @elastic/es-analytics-geo (Team:Analytics) |
|
@elasticmachine ok to test |
jrodewig
left a comment
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_pointtype fields actually support theindexparam. 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
_doctype.Would be nice to port this back to previous versions too.