On Tue, Jun 9, 2009 at 4:32 PM, revas <revas...@gmail.com> wrote: > Thanks Shalin....When we use the external file dictionary (if there is > one),then it should work fine ,right for spell check,also is there any > format for this file >
The external file should have one token per line. See http://wiki.apache.org/solr/FileBasedSpellChecker The default analyzer is WhitespaceAnalyzer. So all tokens in the file will be split on whitespace and the resulting tokens will be used for giving suggestions. If you want to change the analyzer, specify fieldType in the spell checker configuration and the component will use the analyzer configured for that field type. -- Regards, Shalin Shekhar Mangar.