Update named-queries-and-filters.asciidoc
This commit is contained in:
parent
5bfea56457
commit
0f943850a0
|
@ -25,7 +25,7 @@ Each filter and query can accept a `_name` in its top level definition.
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
The search response will include for each hit the `matched_filters` it matched on. The tagging of queries and filters
|
The search response will include for each hit the `matched_queries` it matched on. The tagging of queries and filters
|
||||||
only make sense for compound queries and filters (such as `bool` query and filter, `or` and `and` filter, `filtered` query etc.).
|
only make sense for compound queries and filters (such as `bool` query and filter, `or` and `and` filter, `filtered` query etc.).
|
||||||
|
|
||||||
Note, the query filter had to be enhanced in order to support this. In
|
Note, the query filter had to be enhanced in order to support this. In
|
||||||
|
|
Loading…
Reference in New Issue