You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alessandro Benedetti (JIRA)" <ji...@apache.org> on 2015/07/10 14:26:06 UTC

[jira] [Created] (SOLR-7772) AnalyzingSpellChecker - support for an analysis aware SpellChecker

Alessandro Benedetti created SOLR-7772:
------------------------------------------

             Summary: AnalyzingSpellChecker - support for an analysis aware SpellChecker
                 Key: SOLR-7772
                 URL: https://issues.apache.org/jira/browse/SOLR-7772
             Project: Solr
          Issue Type: Improvement
            Reporter: Alessandro Benedetti


Taking a look to the current implementation for the Spellchecker, the first thing I noticed is that is a little bit spread across Solr and Lucene.
Actually it is not easy to place the issue in one or the other.
As a first observation it should follow the AutoSuggest structure, so it should be in Lucene.

In particular this issue reflects the requirement of having the possibility of a Spellchecker queryTime/ index Time aware of the analysis.

Currently the analysis is applied in Solr at query time , but it is not possible to configure the analysis that is going to be used to then build the Index time FST used for matching the spell corrections.

We should discuss a design  ( I know it would be quite a big work to refactor the spellcheck module, so maybe we are not going to do big changes but simply implement the requirement)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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