File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,13 @@ including the following queries:
8181* A search request cannot be profiled if document level security is enabled.
8282* The <<search-terms-enum,terms enum API>> does not return terms if document
8383level security is enabled.
84+ * The <<query-dsl-multi-match-query, `multi_match`>> query does not support specifying fields using wildcards.
8485
8586NOTE: While document-level security prevents users from viewing restricted documents,
8687it's still possible to write search requests that return aggregate information about the
8788entire index. A user whose access is restricted to specific documents in an index could
8889still learn about field names and terms that only exist in inaccessible
89- documents, and count how many inaccessible documents contain a given term.
90+ documents, and count how many inaccessible documents contain a given term.
9091
9192[discrete]
9293[[alias-limitations]]
You can’t perform that action at this time.
0 commit comments