mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
988e8c8fc6
Changes instances of `[float]` in our docs for `[discrete]`. Asciidoctor prefers the `[discrete]` tag for floating headings: https://asciidoctor.org/docs/asciidoc-asciidoctor-diffs/#blocks
22 lines
623 B
Plaintext
22 lines
623 B
Plaintext
[discrete]
|
|
[[breaking_70_suggesters_changes]]
|
|
=== Suggesters changes
|
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
//Installation and Upgrade Guide
|
|
|
|
//tag::notable-breaking-changes[]
|
|
|
|
// end::notable-breaking-changes[]
|
|
|
|
[discrete]
|
|
==== Registration of suggesters in plugins has changed
|
|
|
|
Plugins must now explicitly indicate the type of suggestion that they produce.
|
|
|
|
[discrete]
|
|
==== 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.
|