Re: Any tips for indexing large amounts of data?

2007-10-31 Thread scott.tabar
Greetings Brendan, In the solrconfig.xml file, under the updateHandler, is an auto commit statement. It looks like: autoCommit maxDocs1000/maxDocs maxTime1000/maxTime /autoCommit I would think you would see better performance by allowing auto commit to handle the commit

Re: Spell Check Handler

2007-10-14 Thread scott.tabar
Matthew, Thanks for the question. The answer is that they come from your own indexes so the dictionary is based upon the actual words that are already stored in Solr. This makes sense; if the spell checker is suggesting a word that is not in the Solr index, then it will not help the user

Re: Spell Check Handler

2007-10-11 Thread scott.tabar
Hoss, I had a feeling someone would be quoting Yonik's Law of Patches! ;-) For now, this is done. I created the changes, created JavaDoc comments on the various settings and their expected output, created a JUnit test for the SpellCheckerRequestHandler which tests various components of the

Re: Spell Check Handler

2007-10-08 Thread scott.tabar
Greetings, I too have a strong need to handle multiple words. Also I have run in to a limitation within the current SpellCheckerRequestHandler where it does not identify if a word is spelled correctly or not. This is a problem, for if there are no suggestions, one cannot currently tell if