From 792641a6e3992691c3908d011cdafb4201be62cc Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Mon, 30 Oct 2017 18:03:56 +0100 Subject: [PATCH] [Docs] #26541: add warning regarding the limit on the number of fields that can be queried at once in the multi_match query. --- docs/reference/query-dsl/multi-match-query.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/query-dsl/multi-match-query.asciidoc b/docs/reference/query-dsl/multi-match-query.asciidoc index 6f678342248..217d3a7d211 100644 --- a/docs/reference/query-dsl/multi-match-query.asciidoc +++ b/docs/reference/query-dsl/multi-match-query.asciidoc @@ -58,6 +58,8 @@ GET /_search <1> The `subject` field is three times as important as the `message` field. +WARNING: There is a limit of no more than 1024 fields being queried at once. + [[multi-match-types]] [float] ==== Types of `multi_match` query: