Unfortunately, it doesn't support that right now.
One thought, though, keep them as separate files, but then just have
your build process cat them together for deployment.
-Grant
On Dec 19, 2008, at 7:49 AM, tushar kapoor wrote:
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.
--------------------------
Grant Ingersoll
Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ