Re: Solr Cloud Segments and Merging Issues

2014-03-13 Thread Varun Rajput
Hey Shawn, > The config with the old policy used to be the literal name > "mergeFactor". With TieredMergePolicy, there are now three settings > that must be changed in order to actually be the same as what > mergeFactor used to do.The followingconfig snippet is the equivalent > config to a mergeF

Re: Solr Cloud Segments and Merging Issues

2014-03-13 Thread Varun Rajput
Hi Remi, I read your post and like you, I have also identified that running solr 4.6.0 in cloud mode results in higher response time which has something to do with merging of documents from the various shards. Looking at the source code, we couldn't understand why it would take so much time for m

Re: Solr Cloud Segments and Merging Issues

2014-03-13 Thread Shawn Heisey
On 3/13/2014 1:44 AM, Varun Rajput wrote: I am using Solr 4.6.0 in cloud mode. The setup is of 4 shards, 1 on each machine with a zookeeper quorum running on 3 other machines. The index size on each shard is about 15GB. I noticed that the number of segments in second shard was 42 and in the remai

Re: Solr Cloud Segments and Merging Issues

2014-03-13 Thread remi tassing
Hi Varun, I would just like to say that I have the same two problems you've mentioned and I couldn't figure out a way to solve them. For the 2nd I've posted a question a couple of days ago, title: "Result merging takes too long" Remi On Thu, Mar 13, 2014 at 3:44 PM, Varun Rajput wrote: > I a