From 554f20242dbccea7c7e0b5d1b8b5adaef83251c3 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Tue, 3 Aug 2021 09:07:09 -0400 Subject: [PATCH] [Docs] Include `index` param in `geo_point` docs (#75798) (#76020) Co-authored-by: a-k-g --- docs/reference/mapping/types/geo-point.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/mapping/types/geo-point.asciidoc b/docs/reference/mapping/types/geo-point.asciidoc index 03d9c731d93b8..352249f96413e 100644 --- a/docs/reference/mapping/types/geo-point.asciidoc +++ b/docs/reference/mapping/types/geo-point.asciidoc @@ -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. +<>:: + + Should the field be searchable? Accepts `true` (default) and `false`. + <>:: Accepts an geopoint value which is substituted for any explicit `null` values.