Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The JaSpell suggester is deprecated, and will be removed from the lucene codebase. However, it's currently the default implementation for suggesters in Solr, and its Solr factory is not deprecated, so users won't have been receiving any warnings.
I suggest that we deprecate the factory, and move the relevant bits of code from lucene into Solr, as a first step. In a follow-up we should change the default implementation (possibly by just removing the default, and forcing people to choose a factory?) and remove the deprecated code form Solr as well.
Attachments
Attachments
Issue Links
- duplicates
-
SOLR-6178 Deprecate Jaspell suggester
- Reopened
- is a child of
-
SOLR-13138 Remove deprecated code prior to 9.0
- Closed
- is related to
-
LUCENE-9502 Can we remove JaspellLookup?
- Open