Re: lucene optimal configuration

2007-10-06 Thread Michael McCandless
For tips on improving indexing performance, start here: http://wiki.apache.org/lucene-java/ImproveIndexingSpeed And for searching performance, here: http://wiki.apache.org/lucene-java/ImproveSearchingSpeed Mike "Mohammad Norouzi" <[EMAIL PROTECTED]> wrote: > Hi everybody, > I always used

Re: lucene optimal configuration

2007-10-06 Thread Chris Lu
If in general, the default values should be good for general purpose. It'll be good to know which part you want to optimize, and exactly what problem you want to solve. But even you get very specific, nobody can tell you what's the best configuration. You have to try to adjust most variables to fi

lucene optimal configuration

2007-10-06 Thread Mohammad Norouzi
Hi everybody, I always used lucene with its default configuration values.now I want to know if there is any document in which initial values for configuring a Lucene project is specified (values for Lucene, App Server and JDK). if anyone had such experience on achieving best performance of Lucene