소스 검색

Merge pull request #14066 from sarwarbhuiyan/mapping-spelling-error

changed ben to been
Adrien Grand 10 년 전
부모
커밋
fc0a69273d
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      docs/reference/migration/migrate_2_0/mapping.asciidoc
  2. 1 2
      docs/reference/migration/migrate_2_0/query_dsl.asciidoc

+ 1 - 1
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
 <<indices-templates,index templates>> 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`

+ 1 - 2
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 <<search-request-body,terminate_after>> parameter.
 Java plugins that register custom queries can do so by using the
 `IndicesQueriesModule#addQuery(Class<? extends QueryParser>)` method. Other
 ways to register custom queries are not supported anymore.
-