We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb10f12 commit f2fbabaCopy full SHA for f2fbaba
docs/reference/query-dsl/bool-query.asciidoc
@@ -169,3 +169,9 @@ GET /_search
169
}
170
171
----
172
+
173
+NOTE: This functionality reruns each named query on every hit in a search
174
+response. Typically, this adds a small overhead to a request. However, using
175
+computationally expensive named queries on a large number of hits may add
176
+significant overhead. For example, named queries in combination with a
177
+`top_hits` aggregation on many buckets may lead to longer response times.
0 commit comments