You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[snowball_stemmers_have_been_upgraded]]
.Snowball stemmers have been upgraded
[%collapsible]
====
*Details* +
Lucene 10 ships with an upgrade of its Snowball stemmers. For details see https://github.com/apache/lucene/issues/13209. Users using Snowball stemmers that are experiencing changes in search behaviour on existing data are advised to reindex.
*Impact* +
The upgrade should generally provide improved stemming results. Small changes in token analysis can lead to mismatches with previously index data, so existing indices using Snowball stemmers as part of their analysis chain should be reindexed.
====
::::{dropdown} Snowball stemmers have been upgraded
:name: snowball_stemmers_have_been_upgraded
**Details**<br> Lucene 10 ships with an upgrade of its Snowball stemmers. For details see [https://github.com/apache/lucene/issues/13209](https://github.com/apache/lucene/issues/13209). Users using Snowball stemmers that are experiencing changes in search behaviour on existing data are advised to reindex.
**Impact**<br> The upgrade should generally provide improved stemming results. Small changes in token analysis can lead to mismatches with previously index data, so existing indices using Snowball stemmers as part of their analysis chain should be reindexed.
::::
Expected behavior
<br> is replaced with a line break (either in the md file or the frontend)
Describe the bug
Line breaks written as
+
in the old system are being rendered with a plaintext<br>
in the new systemraw asciidoc markup:
raw md markup:
Expected behavior
<br>
is replaced with a line break (either in the md file or the frontend)example of how it looked in the old system:
Steps to reproduce
No response
Tooling
The text was updated successfully, but these errors were encountered: