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