Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Deprecate dutch_kp and lovins stemmer as they are removed in Lucene 10 (#113143) #113815

Open
wants to merge 1 commit into
base: 8.x
Choose a base branch
from

Commits on Sep 30, 2024

  1. Deprecate dutch_kp and lovins stemmer as they are removed in Lucene 10 (

    elastic#113143)
    
    Lucene 10 has upgraded its Snowball stemming support, as part of those
    upgrades, two no longer supported stemmers were removed, `KpStemmer` and
    `LovinsStemmer`. These are `dutch_kp` and `lovins`, respectively.
    
    We will deprecate in 8.16 and will remove support for these in a future
    version.
    benwtrent committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e3d2b52 View commit details
    Browse the repository at this point in the history