Skip to content

Commit aa97c66

Browse files
committed
Add changelog for Snowball upgrade
1 parent add9a9e commit aa97c66

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/changelog/114146.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
pr: 114146
2+
summary: Snowball stemmers have been upgraded
3+
area: Analysis
4+
type: breaking
5+
issues: []
6+
breaking:
7+
title: Snowball stemmers have been upgraded
8+
area: Analysis
9+
details: >-
10+
Lucene 10 ships with an upgrade of its Snowball stemmers.
11+
For details see https://github.com/apache/lucene/issues/13209. Users using
12+
Snowball stemmers that are experiencing changes in search behaviour on
13+
existing data are advised to reindex.
14+
impact: >-
15+
The upgrade should generally provide improved stemming results. Small changes
16+
in token analysis can lead to mismatches with previously index data, so
17+
existing indices using Snowball stemmers as part of their analysis chain
18+
should be reindexed.
19+
notable: false
20+

0 commit comments

Comments
 (0)