Skip to content

Commit d671e3f

Browse files
authored
[Docs] Include index param in geo_point docs (#75798)
1 parent 37c806c commit d671e3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/mapping/types/geo-point.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ The following parameters are accepted by `geo_point` fields:
135135
(two dimensions) values throw an exception and reject the whole document. Note
136136
that this cannot be set if the `script` parameter is used.
137137

138+
<<mapping-index,`index`>>::
139+
140+
Should the field be searchable? Accepts `true` (default) and `false`.
141+
138142
<<null-value,`null_value`>>::
139143

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

0 commit comments

Comments
 (0)