浏览代码

Update indices-query.asciidoc

Christoph Büscher 10 年之前
父节点
当前提交
ca57763d2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-dsl/indices-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/indices-query.asciidoc

@@ -5,7 +5,7 @@ The `indices` query is useful in cases where a search is executed across
 multiple indices. It allows to specify a list of index names and an inner
 multiple indices. It allows to specify a list of index names and an inner
 query that is only executed for indices matching names on that list.
 query that is only executed for indices matching names on that list.
 For other indices that are searched, but that don't match entries
 For other indices that are searched, but that don't match entries
-on the list, the alternative `no_match_query` is exectuted.
+on the list, the alternative `no_match_query` is executed.
 
 
 [source,js]
 [source,js]
 --------------------------------------------------
 --------------------------------------------------