瀏覽代碼

Docs: cross_type query needs to be cross_fields

Closes #8021
Patrick Peschlow 11 年之前
父節點
當前提交
340e0efcaa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-dsl/queries/multi-match-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/queries/multi-match-query.asciidoc

@@ -359,7 +359,7 @@ Having multiple groups is fine, but when combined with `operator` or
 `minimum_should_match`, it can suffer from the <<operator-min,same problem>>
 as `most_fields` or `best_fields`.
 
-You can easily rewrite this query yourself as two separate `cross_type`
+You can easily rewrite this query yourself as two separate `cross_fields`
 queries combined with a `bool` query, and apply the `minimum_should_match`
 parameter to just one of them: