2019-03-12 03:10:18 -04:00
|
|
|
[float]
|
|
|
|
[[breaking_70_suggesters_changes]]
|
|
|
|
=== Suggesters changes
|
|
|
|
|
2019-04-08 21:54:29 -04:00
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
|
|
//Installation and Upgrade Guide
|
|
|
|
|
|
|
|
//tag::notable-breaking-changes[]
|
|
|
|
|
|
|
|
// end::notable-breaking-changes[]
|
|
|
|
|
2019-03-12 03:10:18 -04:00
|
|
|
[float]
|
|
|
|
==== Registration of suggesters in plugins has changed
|
|
|
|
|
|
|
|
Plugins must now explicitly indicate the type of suggestion that they produce.
|
|
|
|
|
2019-04-10 09:41:04 -04:00
|
|
|
[float]
|
|
|
|
==== Phrase suggester now multiples alpha
|
|
|
|
Previously, the laplace smoothing used by the phrase suggester added `alpha`,
|
|
|
|
when it should instead multiply. This behavior has been changed and will
|
|
|
|
affect suggester scores.
|