Skip to content

Commit d400a08

Browse files
committed
[DOCS] Remove ignore_z_value parameter link
Removes invalid ignore_z_value parameter link in geo-point.asciidoc.
1 parent 687fe86 commit d400a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following parameters are accepted by `geo_point` fields:
105105
If `true`, malformed geo-points are ignored. If `false` (default),
106106
malformed geo-points throw an exception and reject the whole document.
107107

108-
<<ignore_z_value,`ignore_z_value`>>::
108+
`ignore_z_value`::
109109

110110
If `true` (default) three dimension points will be accepted (stored in source)
111111
but only latitude and longitude values will be indexed; the third dimension is

0 commit comments

Comments
 (0)