Skip to content

Commit 01446ff

Browse files
authored
[Docs] Mention search related deprecations (#42751)
Add deprecation entries for 7.3 regarding `common` query and `cutoff_frequency` parameter. Follows: #42691
1 parent ab6b86b commit 01446ff

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/reference/migration/migrate_7_3.asciidoc

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,22 @@ appropriate.
3838
==== IndexStorePlugin changes
3939

4040
IndexStore and DirectoryService have been replaced by a stateless and simple
41-
DirectoryFactory interface to create custom Lucene directory instances per shard.
41+
DirectoryFactory interface to create custom Lucene directory instances per shard.
42+
43+
44+
[float]
45+
[[breaking_73_search_changes]]
46+
=== Search Changes
47+
48+
[float]
49+
==== Deprecation of queries
50+
51+
The `common` query has been deprecated. The same functionality can be achieved
52+
by the `match` query if the total number of hits is not tracked.
53+
54+
[float]
55+
===== Deprecation of query parameters
56+
57+
The `cutoff_frequency` parameter has been deprecated for `match` and `multi_match`
58+
queries. The same functionality can be achieved without any configuration provided
59+
that the total number of hits is not tracked.

0 commit comments

Comments
 (0)