Yes we are using spellcheck dictionary. Our default search field is "text". Following is the solrconfig snippet. Please let us know if there is more information required.
<requestHandler name="standard" class="solr.StandardRequestHandler" default="true"> <lst name="defaults"> <str name="defType">edismax</str> <str name="spellcheck">true</str> </lst> <arr name="last-components"> <str>typeaheadspellcheck</str> <str>spellcheckresearcher</str> </arr> </requestHandler> <searchComponent name="typeaheadspellcheck" class="solr.SpellCheckComponent"> <str name="queryAnalyzerFieldType">typeaheadtextSpellPhrase</str> <lst name="spellchecker"> <str name="name">spellchecker_phrase</str> <str name="field">spellphrase</str> <str name="spellcheckIndexDir">./spellchecker_phrase_typeahead</str> </lst> </searchComponent> -- View this message in context: http://lucene.472066.n3.nabble.com/Suggestions-from-different-dictionaries-dynamically-tp4324864p4325046.html Sent from the Solr - User mailing list archive at Nabble.com.