You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2013/08/02 08:59:49 UTC

[jira] [Created] (SOLR-5111) Change SpellCheckComponent default analyzer when queryAnalyzerFieldType is not defined

Varun Thacker created SOLR-5111:
-----------------------------------

             Summary: Change SpellCheckComponent default analyzer when queryAnalyzerFieldType is not defined
                 Key: SOLR-5111
                 URL: https://issues.apache.org/jira/browse/SOLR-5111
             Project: Solr
          Issue Type: Improvement
            Reporter: Varun Thacker
            Priority: Minor
             Fix For: 4.5, 5.0


In the collection1 example, the SpellCheckComponent uses the query analyzer of "text_general" FieldType. If "queryAnalyzerFieldType" is removed from the configuration a WhitespaceAnalyzer is used by default.

I suggest we could change the default to SimpleAnalyzer so that "foo" and "Foo" gives the same results and log that the analyzer is missing.

Also are there more places in solrconfig which have dependencies on schema like this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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