From 4e777e233bcec721d836cc0d6bf1e81cbcfbe9a1 Mon Sep 17 00:00:00 2001 From: a-k-g Date: Tue, 3 Aug 2021 13:57:16 +0100 Subject: [PATCH] [Docs] Include `index` param in `geo_point` docs (#75798) --- 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.