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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to