Skip to content

Commit 5cfc675

Browse files
authored
[DOCS] Adds redirect for deprecated common terms query (#42767)
1 parent bda2d58 commit 5cfc675

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/redirects.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,3 +609,10 @@ The `TransportClient` is deprecated in favour of the
609609
Elasticsearch 8.0. The
610610
{java-rest}/java-rest-high-level-migration.html[migration guide] describes all
611611
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

Comments
 (0)