Re: index operations

2013-05-01 Thread Shawn Heisey
On 5/1/2013 2:28 AM, Mav Peri wrote: > We are seeing a large number of commit index operations on solr4 > master/slave setup (150 to 200+ operations). > > We don't initiate the commits manually as we are using auto commit . I > believe this results in search queries becoming slow/unresponsive ov

Re: index operations

2013-05-01 Thread Furkan KAMACI
If you use Solr 4.x and SolrCloud there is no master-slave architecture that has been before. You can change autoSoftCommit time, autoCommit time at solrconfig.xml. Also you can consider using commitWithin, it is explained here: http://wiki.apache.org/solr/UpdateXmlMessages Beside that options if y