Shalin Shekhar Mangar schrieb:
Is it correct to say that when I intend to always use
the spellcheck.q parameter I do not need to specify a
queryAnalyzerFieldType in my spellcheck searchComponent,
which I define in solrconfig.xml?
Yes, that is correct.
Even if a queryAnalyzerFieldType is not specified and your query uses
q, then WhitespaceTokenizer is used by default.
Thanks for clarifying.
SpellingQueryConverter was written for a very simple use-case dealing
with ASCII only. But there is no reason why we cannot extend it to
cover the full UTF-8 set.
Can you please open an issue and if possible, give a patch?
Please see: https://issues.apache.org/jira/browse/SOLR-1204
Regards,
Michael Ludwig