Re: optimize an index as fast as possible

2009-03-18 Thread Marc Sturlese
ting, if >>>> I >>>> can speed up the process). >>>> Actually I am using for the IndexWriter: >>>> >>>> 1024 >>>> 2147483647 >>>> 1 >>>> 1000 >>>> 10000 >>>>

Re: optimize an index as fast as possible

2009-03-18 Thread Mark Miller
Hmm - Have you tested search speed (without optimizing) using a merge factor of 2? If the speed is acceptable (should be much faster than MF:10), try a merge factor of 3. Using a merge factor of 2 or 3 and never optimizing should keep searches relatively fast, but also leave a lot of the index

Re: optimize an index as fast as possible

2009-03-17 Thread Marc Sturlese
pretty much always > optimized (old large segment, new small segment at most) - you pay a bit > in update speed, but I've found it to be very reasonable for many > applications. > > -- > - Mark > > http://www.lucidimagination.com > > > > > -- View this message in context: http://www.nabble.com/optimize-an-index-as-fast-as-possible-tp22543267p22565158.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: optimize an index as fast as possible

2009-03-16 Thread Mark Miller
Marc Sturlese wrote: Hey there, I am creating an index of 3G... it's fast indexing but optimization takes about 10 min. I need to optimize it every time I update as if I don't do that, search requests will be much slower. Wich parameter configuration would be the best to make optimize as fast as

optimize an index as fast as possible

2009-03-16 Thread Marc Sturlese
context: http://www.nabble.com/optimize-an-index-as-fast-as-possible-tp22543267p22543267.html Sent from the Solr - User mailing list archive at Nabble.com.