Hello, I have 2 fields: what and where. For both of the field i want some spellchecking. I have 2 dictionary's in my config:
<searchComponent name="spellcheck" class="solr.SpellCheckComponent"> <str name="queryAnalyzerFieldType">ws</str> <lst name="spellchecker"> <str name="name">what</str> <str name="field">what</str> <str name="spellcheckIndexDir">spellchecker_what</str> </lst> <lst name="spellchecker"> <str name="name">where</str> <str name="field">where</str> <str name="spellcheckIndexDir">spellchecker_where</str> </lst> </searchComponent> I can search on dictionary with spellcheck.dictionary=what in my url. How can i set some spellchecking for both fields?? I see that SOLR 3.1 has spellcheck.<DICT_NAME>.key parameter. How can i use that in my url? -- View this message in context: http://lucene.472066.n3.nabble.com/Spellcheck-Two-dictionaries-tp2931458p2931458.html Sent from the Solr - User mailing list archive at Nabble.com.