From 460c74f5847dd69a618be9ec06dd9d5d8189b9fc Mon Sep 17 00:00:00 2001 From: Sarwar Bhuiyan Date: Mon, 12 Oct 2015 14:39:55 +0100 Subject: [PATCH 1/2] changed ben to been --- docs/reference/migration/migrate_2_0/mapping.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/migration/migrate_2_0/mapping.asciidoc b/docs/reference/migration/migrate_2_0/mapping.asciidoc index 86d81b23810..ac9a9b546a3 100644 --- a/docs/reference/migration/migrate_2_0/mapping.asciidoc +++ b/docs/reference/migration/migrate_2_0/mapping.asciidoc @@ -377,7 +377,7 @@ The ability to specify mappings in configuration files has been removed. To specify default mappings that apply to multiple indexes, use <> instead. -Along with this change, the following settings have ben removed: +Along with this change, the following settings have been removed: * `index.mapper.default_mapping_location` * `index.mapper.default_percolator_mapping_location` From b876a4d571e55911cb2b84aaca1c6c385a93b913 Mon Sep 17 00:00:00 2001 From: Sarwar Bhuiyan Date: Mon, 12 Oct 2015 15:16:49 +0100 Subject: [PATCH 2/2] changed he to the --- docs/reference/migration/migrate_2_0/query_dsl.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/migration/migrate_2_0/query_dsl.asciidoc b/docs/reference/migration/migrate_2_0/query_dsl.asciidoc index 8ffc77f98e8..7555024b43c 100644 --- a/docs/reference/migration/migrate_2_0/query_dsl.asciidoc +++ b/docs/reference/migration/migrate_2_0/query_dsl.asciidoc @@ -25,7 +25,7 @@ be cacheable. Filter context is introduced by: aggregations or index aliases -- -As a result of this change, he `execution` option of the `terms` filter is now +As a result of this change, the `execution` option of the `terms` filter is now deprecated and ignored if provided. ==== `or` and `and` now implemented via `bool` @@ -183,4 +183,3 @@ behaviour using the <> parameter. Java plugins that register custom queries can do so by using the `IndicesQueriesModule#addQuery(Class)` method. Other ways to register custom queries are not supported anymore. -