On 3/19/2015 12:24 AM, vicky desai wrote:
> I fail to understand why this deleted docs are not removed from index on
> merging. Is there a good documentation which explains how exactly is merging
> done?
>
> What can I do to solve this problem other than optimization?
Deleted docs *are* removed by
Hi,
Thanks erick and shawn for the reply.
Just wanted to clarify that commit size of 10 was only an example and in
production commit is handled via auto-commit feature of solr.
The requirement we have is to store around 20-30 lakh docs out of which
around 5-6 lakh docs get updated daily. What I h
bq: If this operation is continuously done I would end up with a large set of
deleted docs which will affect the performance of the queries I hit on this
solr.
No, you won't. They'll be "merged away" as background segments are merged.
Here's a great visualization of the process, the third one down
On 3/16/2015 9:11 AM, vicky desai wrote:
> I am having an issue with my solr setup. In my solr config I have set
> following property
> *10*
The mergeFactor setting is deprecated ... but you are setting it to the
default value of 10 anyway, so that's not really a big deal. It's
possible that merg