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.
common
1 parent bda2d58 commit 5cfc675Copy full SHA for 5cfc675
docs/reference/redirects.asciidoc
@@ -609,3 +609,10 @@ The `TransportClient` is deprecated in favour of the
609
Elasticsearch 8.0. The
610
{java-rest}/java-rest-high-level-migration.html[migration guide] describes all
611
the steps needed to migrate.
612
+
613
+[role="exclude",id="query-dsl-common-terms-query"]
614
+=== Common Terms Query
615
616
+The `common` terms query is deprecated. Use the <<query-dsl-match-query, `match`
617
+query>> instead. The `match` query skips blocks of documents efficiently,
618
+without any configuration, if the total number of hits is not tracked.
0 commit comments