Re: mergeindex: what happens if there is deletion during index merging

2012-08-21 Thread Yandong Yao
Hi Shalin, Thanks very much for your detailed explanation! Regards, Yandong 2012/8/21 Shalin Shekhar Mangar > On Tue, Aug 21, 2012 at 8:47 AM, Yandong Yao wrote: > > > Hi guys, > > > > From http://wiki.apache.org/solr/MergingSolrIndexes, it said 'Using > > "srcCore", care is taken to ensure

Re: mergeindex: what happens if there is deletion during index merging

2012-08-21 Thread Shalin Shekhar Mangar
On Tue, Aug 21, 2012 at 8:47 AM, Yandong Yao wrote: > Hi guys, > > From http://wiki.apache.org/solr/MergingSolrIndexes, it said 'Using > "srcCore", care is taken to ensure that the merged index is not corrupted > even if writes are happening in parallel on the source index'. > > What does it mea

mergeindex: what happens if there is deletion during index merging

2012-08-20 Thread Yandong Yao
Hi guys, >From http://wiki.apache.org/solr/MergingSolrIndexes, it said 'Using "srcCore", care is taken to ensure that the merged index is not corrupted even if writes are happening in parallel on the source index'. What does it means? If there are deletion request during merging, will this delet