Skip to content
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

[7.14] [Docs] Include index param in geo_point docs (#75798) #76019

Merged
merged 1 commit into from
Aug 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/mapping/types/geo-point.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ The following parameters are accepted by `geo_point` fields:
(two dimensions) values throw an exception and reject the whole document. Note
that this cannot be set if the `script` parameter is used.

<<mapping-index,`index`>>::

Should the field be searchable? Accepts `true` (default) and `false`.

<<null-value,`null_value`>>::

Accepts an geopoint value which is substituted for any explicit `null` values.
Expand Down