ting, if
>>>> I
>>>> can speed up the process).
>>>> Actually I am using for the IndexWriter:
>>>>
>>>> 1024
>>>> 2147483647
>>>> 1
>>>> 1000
>>>> 10000
>>>>
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
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.
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
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.