I am using FileBasedSpellChecker and currently configuring it through one source file. Something like this -
<lst name="spellchecker"> <str name="name">default</str> <str name="classname">solr.spelling.FileBasedSpellChecker</str> <str name="sourceLocation">./files/spellings.txt</str> <str name="characterEncoding">UTF-8</str> <str name="spellcheckIndexDir">./spellcheckerindex</str> </lst> I have a whole bunch of other wordlist files which I want to use for spell-check. However I do not want to merge all these into one file. Is it possible to specify multiple wordlist sources in the same spell checker configuration ? I have tried using wildcards - *.txt but they dont seem to work. -- View this message in context: http://www.nabble.com/FileBasedSpellChecker-Multiple-wordlist-source-files-tp21090710p21090710.html Sent from the Solr - User mailing list archive at Nabble.com.