Update named-queries-and-filters.asciidoc

This commit is contained in:
Clinton Gormley 2014-07-23 17:28:25 +02:00
parent 5bfea56457
commit 0f943850a0
1 changed files with 1 additions and 1 deletions

View File

@ -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.).
Note, the query filter had to be enhanced in order to support this. In