Hi, I am having an issue with my solr setup. In my solr config I have set following property *<mergeFactor>10</mergeFactor>*
Now consider following situation. I have* 200* documents in my index. I need to update all the 200 docs If total commit operations I hit are* 20* i.e I update batches of 10 docs merging is done after every 10th update and so the max Segment Count I can have is 10 which is fine. However even when merging happens deleted docs are not cleared and I end up with 100 deleted docs in index. 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. Can anyone please help me if I have missed a config or if this is an expected behaviour -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Deleted-Docs-Issue-tp4193292.html Sent from the Solr - User mailing list archive at Nabble.com.