Skip to content

Commit 8b21d00

Browse files
jrodewiga-k-g
andauthored
[Docs] Include index param in geo_point docs (#75798) (#76021)
Co-authored-by: a-k-g <[email protected]>
1 parent 6f2ed77 commit 8b21d00

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
@@ -122,6 +122,10 @@ The following parameters are accepted by `geo_point` fields:
122122
ignored. If `false`, geo-points containing any more than latitude and longitude
123123
(two dimensions) values throw an exception and reject the whole document.
124124

125+
<<mapping-index,`index`>>::
126+
127+
Should the field be searchable? Accepts `true` (default) and `false`.
128+
125129
<<null-value,`null_value`>>::
126130

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

0 commit comments

Comments
 (0)