Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/reference/query-dsl/multi-match-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ index settings, which in turn defaults to `*`. `*` extracts all fields in the ma
are eligible to term queries and filters the metadata fields. All extracted fields are then
combined to build a query.

WARNING: There is a limit of no more than 1024 fields being queried at once.
WARNING: If you have a huge number of fields, the above auto expansion might lead to
querying a large number of felds which might cause performance issues. In future versions
(stating in 7.0) there will be a limit of no more than 1024 fields that can be queried at once.

[[multi-match-types]]
[float]
Expand Down