On Tue, Jun 9, 2009 at 11:15 AM, revas <revas...@gmail.com> wrote: > > 1)Does the spell check component support all languages? >
SpellCheckComponent relies on Lucene/Solr analyzers and tokenizers. So if you can find an analyzer/tokenizer for your language, spell checker can work. > 2) I have a scnenario where i have abt 20 webapps in a single container.We > get too many open files at index time /while restarting tomcat. Is that because of SpellCheckComponent? > The mergefactor is at default. > > If i reduce the merge factor to 2 and optimize the index ,will the open > files be closed automatically or would i have to reindex to close the open > files or how do i close the already opened files.This is on linux with > solr > 1.3 and tomcat 5.5 > Lucene/Solr does not keep any file opened longer than it is necessary. But decreasing merge factor should help. You can also increase the open file limit on your system. -- Regards, Shalin Shekhar Mangar.