Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ShalinMangar: http://wiki.apache.org/solr/SpellCheckComponent The comment on the change is: Added queryAnalyzerFieldType to config ------------------------------------------------------------------------------ <!-- Optional, by default use in-memory index (RAMDirectory) --> <str name="spellcheckIndexDir">./spellchecker</str> </lst> + + <!-- This field type's analyzer is used by the QueryConverter to tokenize the value for "q" parameter --> + <str name="queryAnalyzerFieldType">textSpell</str> </searchComponent> <!-- The SpellingQueryConverter to convert raw (CommonParams.Q) queries into tokens. Uses a simple regular expression
