From f7a2dbfcaf12a9e6cd6547c909a6cd44fb45fb19 Mon Sep 17 00:00:00 2001 From: Nicholas Knize Date: Thu, 10 Mar 2016 07:28:13 -0600 Subject: [PATCH] fixing silly typo in docs --- docs/reference/migration/migrate_2_2.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/migration/migrate_2_2.asciidoc b/docs/reference/migration/migrate_2_2.asciidoc index 9611d86a2ac..8772c1017b0 100644 --- a/docs/reference/migration/migrate_2_2.asciidoc +++ b/docs/reference/migration/migrate_2_2.asciidoc @@ -10,7 +10,7 @@ your application to Elasticsearch 2.2. ==== Geo Point Type The `geo_point` format has been changed to reduce index size and the time required to both index and query -geo point data. To make these performance improvements possible both `doc_values` are `coerce` are required +geo point data. To make these performance improvements possible both `doc_values` and `coerce` are required and therefore cannot be changed. For this reason the `doc_values` and `coerce` parameters have been removed from the <> field mapping.