Re: Need to understand solr merging and commit relationship

2016-08-20 Thread kshitij tyagi
thanks shawn that was really helpful On Sat, Aug 20, 2016 at 3:17 AM, Shawn Heisey wrote: > On 8/16/2016 11:47 AM, kshitij tyagi wrote: > > I need to understand clearly that is there any relationship between solr > > merging and solr commit? > > > > If there is then what is it? > > > > Also i ne

Re: Need to understand solr merging and commit relationship

2016-08-19 Thread Shawn Heisey
On 8/16/2016 11:47 AM, kshitij tyagi wrote: > I need to understand clearly that is there any relationship between solr > merging and solr commit? > > If there is then what is it? > > Also i need to understand how both of these affect indexing speed on the > core? Whenever a new segment is written,

Re: Need to understand solr merging and commit relationship

2016-08-16 Thread kshitij tyagi
i have 2 solr cores on a machine with same configs. Problem is I am getting faster indexing speed on core1 and slower on core2. Both cores have same index size and configuration. On Tue, Aug 16, 2016 at 11:34 PM, Erick Erickson wrote: > Why? What is the problem you're facing that you hope > u

Re: Need to understand solr merging and commit relationship

2016-08-16 Thread Erick Erickson
Why? What is the problem you're facing that you hope understanding more about these will help? Here are two places to start: http://blog.mikemccandless.com/2011/02/visualizing-lucenes-segment-merges.html https://lucidworks.com/blog/2013/08/23/understanding-transaction-logs-softcommit-and-commit-in

Need to understand solr merging and commit relationship

2016-08-16 Thread kshitij tyagi
I need to understand clearly that is there any relationship between solr merging and solr commit? If there is then what is it? Also i need to understand how both of these affect indexing speed on the core?