From 12275fb14c7e7addd424f0d09b1de9e61cbb36cc Mon Sep 17 00:00:00 2001 From: Pablo Musa Date: Mon, 17 Jul 2017 19:22:14 +0200 Subject: [PATCH] Small error in geo queries docs I think that ``` like the `geo_point` query, but the range starts at a specified distance from the central point. ``` should be : ``` like the `geo_distance` query, but the range starts at a specified distance from the central point. ``` --- docs/reference/query-dsl/geo-queries.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/geo-queries.asciidoc b/docs/reference/query-dsl/geo-queries.asciidoc index 0bdf70f5b8d41..5fdd6114459aa 100644 --- a/docs/reference/query-dsl/geo-queries.asciidoc +++ b/docs/reference/query-dsl/geo-queries.asciidoc @@ -24,7 +24,7 @@ The queries in this group are: <> query:: - Like the `geo_point` query, but the range starts at a specified distance + Like the `geo_distance` query, but the range starts at a specified distance from the central point. <> query::