Skip to content

Commit 792641a

Browse files
committed
[Docs] #26541: add warning regarding the limit on the number of fields that can be queried at once in the multi_match query.
1 parent 3796471 commit 792641a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/query-dsl/multi-match-query.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ GET /_search
5858

5959
<1> The `subject` field is three times as important as the `message` field.
6060

61+
WARNING: There is a limit of no more than 1024 fields being queried at once.
62+
6163
[[multi-match-types]]
6264
[float]
6365
==== Types of `multi_match` query:

0 commit comments

Comments
 (0)