Skip to content

[Docs] Mention search related deprecations #42751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion docs/reference/migration/migrate_7_3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,22 @@ appropriate.
==== IndexStorePlugin changes

IndexStore and DirectoryService have been replaced by a stateless and simple
DirectoryFactory interface to create custom Lucene directory instances per shard.
DirectoryFactory interface to create custom Lucene directory instances per shard.


[float]
[[breaking_73_search_changes]]
=== Search Changes

[float]
==== Deprecation of queries

The `common` query has been deprecated. The same functionality can be achieved
by the `match` query if the total number of hits is not tracked.

[float]
===== Deprecation of query parameters

The `cutoff_frequency` parameter has been deprecated for `match` and `multi_match`
queries. The same functionality can be achieved without any configuration provided
that the total number of hits is not tracked.