Hey there, I have a doubt with spellcheck component... If I tell the spellcheck component to load the dictionary from a field of my solr main index there's no problem but... Does someone know how to tell the spellcheck component to load the dictionary from a filed of an external index? What I do is:
<searchComponent name="spellcheck" class="solr.SpellCheckComponent"> <str name="queryAnalyzerFieldType">text</str> <lst name="spellchecker"> <str name="name">default</str> <str name="field">word_spell</str> <str name="spellcheckIndexDir">./spellchecker1</str> </lst> </searchComponent> word_spell is the field witch contains the dictionary in my "secondary" solr index, with I have placed in /spellchecker1. Don't know if has something to do with the field called "name". I am missing something but don't know what... Thanks in advance. -- View this message in context: http://www.nabble.com/use-extrernal-index-for-spellcheck-component-tp22745638p22745638.html Sent from the Solr - User mailing list archive at Nabble.com.