diff --git a/docs/reference/mapping/types/geo-shape.asciidoc b/docs/reference/mapping/types/geo-shape.asciidoc index 1f0c76e1b93..4fe185fe463 100644 --- a/docs/reference/mapping/types/geo-shape.asciidoc +++ b/docs/reference/mapping/types/geo-shape.asciidoc @@ -175,7 +175,7 @@ this into a tree_levels setting of 26. ===== Performance considerations Elasticsearch uses the paths in the prefix tree as terms in the index -and in queries. The higher the levels is (and thus the precision), the +and in queries. The higher the level is (and thus the precision), the more terms are generated. Of course, calculating the terms, keeping them in memory, and storing them on disk all have a price. Especially with higher tree levels, indices can become extremely large even with a modest diff --git a/docs/reference/query-dsl/geo-bounding-box-query.asciidoc b/docs/reference/query-dsl/geo-bounding-box-query.asciidoc index 40debb57105..1307d0184f1 100644 --- a/docs/reference/query-dsl/geo-bounding-box-query.asciidoc +++ b/docs/reference/query-dsl/geo-bounding-box-query.asciidoc @@ -92,7 +92,7 @@ Default is `memory`. ==== Accepted Formats In much the same way the geo_point type can accept different -representation of the geo point, the filter can accept it as well: +representations of the geo point, the filter can accept it as well: [float] ===== Lat Lon As Properties diff --git a/docs/reference/query-dsl/geo-distance-query.asciidoc b/docs/reference/query-dsl/geo-distance-query.asciidoc index c6496eac39d..4591ccf5c9e 100644 --- a/docs/reference/query-dsl/geo-distance-query.asciidoc +++ b/docs/reference/query-dsl/geo-distance-query.asciidoc @@ -69,7 +69,7 @@ GET /my_locations/location/_search ==== Accepted Formats In much the same way the `geo_point` type can accept different -representation of the geo point, the filter can accept it as well: +representations of the geo point, the filter can accept it as well: [float] ===== Lat Lon As Properties diff --git a/docs/reference/query-dsl/joining-queries.asciidoc b/docs/reference/query-dsl/joining-queries.asciidoc index cfbbf5360b6..6a467fe539a 100644 --- a/docs/reference/query-dsl/joining-queries.asciidoc +++ b/docs/reference/query-dsl/joining-queries.asciidoc @@ -7,7 +7,7 @@ which are designed to scale horizontally. <>:: -Documents may contains fields of type <>. These +Documents may contain fields of type <>. These fields are used to index arrays of objects, where each object can be queried (with the `nested` query) as an independent document.