Details
-
Bug
-
Status: Patch Available
-
Critical
-
Resolution: Unresolved
-
8.5
-
None
-
Elasticsearch 7.7.1 running on cloud.elastic.co
-
New
Description
I'm using Lucene via Elasticsearch 7.7.1. German and French stemmers (either via the Snowball analyzer, or the "light" or "heavy" stemming analyzers) are failing to understand some common forms:
French:
- "maux" (plural) should match "mal" (singular) but instead "maux" is unchanged
German:
- "schlummert" should match "schlummern" (infinitive) but instead is unchanged
- "grüßend" should match "grüßen" (infinitive) but instead yields "grussend"
- "gegrüßt" should match "grüßen" (infinitive) but instead yields "gegrusst"
The Elasticsearch folks said I should file a bug with Lucene.
Attachments
Issue Links
- links to