File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,22 @@ appropriate.
3838==== IndexStorePlugin changes
3939
4040IndexStore 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.
You can’t perform that action at this time.
0 commit comments