Re: Auto commit and optimize settings

2008-05-19 Thread Otis Gospodnetic
Monday, May 19, 2008 2:49:01 AM > Subject: Re: Auto commit and optimize settings > > Hi Otis and Solr-users, > > I was under the impression that when one call optimize all the indexes > created so far get's merged. Hence I went about the question on optimize. > > The

Re: Auto commit and optimize settings

2008-05-19 Thread Lucas F. A. Teixeira
Take a look in mergeFactor (and probably use compound format). []s, Lucas Frare A. Teixeira [EMAIL PROTECTED] Tel: +55 11 3660.1622 - R3018 Vaijanath N. Rao escreveu: Hi Otis and Solr-users, I was under the impression that when one call optimize all the indexes c

Re: Auto commit and optimize settings

2008-05-18 Thread Vaijanath N. Rao
Hi Otis and Solr-users, I was under the impression that when one call optimize all the indexes created so far get's merged. Hence I went about the question on optimize. The reason I want optimize is that I have autoCommit feature in the solrConfig.xml to commit after every 1000 documents. Onc

Re: Auto commit and optimize settings

2008-05-18 Thread Otis Gospodnetic
Hi, There is no such option currently and it is not likely that such feature will be added because index optimization is not really a quick and lightweight operation, so one typically optimized only after the index is fully built and one knows the index will remain unchanged for a while. If yo