You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (JIRA)" <ji...@apache.org> on 2019/02/07 13:00:05 UTC

[jira] [Created] (SOLR-13230) Move JaSpell code into Solr and deprecate the factory

Alan Woodward created SOLR-13230:
------------------------------------

             Summary: Move JaSpell code into Solr and deprecate the factory
                 Key: SOLR-13230
                 URL: https://issues.apache.org/jira/browse/SOLR-13230
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Alan Woodward
            Assignee: Alan Woodward
             Fix For: 8.x, master (9.0)


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org