Merge pull request #17255 from simonw/patch-2

Link to named queries docs from bool query page
This commit is contained in:
Nik Everett 2016-03-23 11:51:40 -04:00
commit bbe0f3af3b
1 changed files with 7 additions and 0 deletions

View File

@ -141,3 +141,10 @@ GET _search
}
---------------------------------
// AUTOSENSE
==== Using named queries to see which clauses matched
If you need to know which of the clauses in the bool query matched the documents
returned from the query, you can use
<<search-request-named-queries-and-filters,named queries>> to assign a name to
each clause.