|
@@ -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.
|