Migrating from Lucene 2.9.1 to Solr 1.4.0 - Performance issues under heavy load

2010-08-04 Thread Ophir Adiv
[posted this yesterday in lucene-user mailing list, and got an advice to post this here instead. excuse me for spamming] Hi, I'm currently involved in a project of migrating from Lucene 2.9.1 to Solr 1.4.0. During stress testing, I encountered this performance problem: While actual search times i

Re: Migrating from Lucene 2.9.1 to Solr 1.4.0 - Performance issues under heavy load

2010-08-04 Thread Ophir Adiv
On Wed, Aug 4, 2010 at 10:50 AM, Peter Karich wrote: > Ophir, > > this sounds a bit strange: > > > CommonsHttpSolrServer.java, line 416 takes about 95% of the application's > total search time > > Is this only for heavy load? > > I think this makes sense, since the hard work is done by Solr - onc

Triggering a reload of replicated configuration files

2010-12-09 Thread Ophir Adiv
Hi, I added a configuration file which is updated on one of the master cores' conf directory, and also added the file name to the list of "confFiles". As as expected, after index change and commit, this file gets replicated to the slave core. However, the problem that remains is how to reload this

Re: Triggering a reload of replicated configuration files

2010-12-09 Thread Ophir Adiv
On Thu, Dec 9, 2010 at 2:25 PM, Upayavira wrote: > > > On Thu, 09 Dec 2010 13:34 +0200, "Ophir Adiv" wrote: >> Hi, >> >> I added a configuration file which is updated on one of the master >> cores' conf directory, and also added the file name