mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Link to named queries docs from bool query page
The named queries feature only makes sense with bool queries, but was not cross-referenced from the bool query documentation page.
This commit is contained in:
parent
866a350599
commit
fdac0c7c6c
@ -141,3 +141,10 @@ GET _search
|
|||||||
}
|
}
|
||||||
---------------------------------
|
---------------------------------
|
||||||
// AUTOSENSE
|
// 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user