mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Removes the More Like This API, users should now use the More Like This query. The MLT API tests were converted to their query equivalent. Also some clean ups in MLT tests. Closes #10736 Closes #11003
11 lines
367 B
Plaintext
11 lines
367 B
Plaintext
[[breaking-changes-1.6]]
|
|
== Breaking changes in 1.6
|
|
|
|
This section discusses the changes that you need to be aware of when migrating
|
|
your application from Elasticsearch 1.x to Elasticsearch 1.6.
|
|
|
|
[float]
|
|
=== More Like This API
|
|
|
|
The More Like This API query has been deprecated and will be removed in 2.0. Instead use the <<query-dsl-mlt-query, More Like This Query>>.
|