Re: Solr result xml related query

2008-12-22 Thread Rinesh1
Hi Shalin, Yes I am using java. I am using solr 1.2 ..As per my knowledge solrJ is not compatible wilt solr 1.2. Regards, Rinesh Shalin Shekhar Mangar wrote: > > On Mon, Dec 22, 2008 at 5:10 PM, Rinesh1 wrote: > >> >> Hi, >>I wanted some in

Solr result xml related query

2008-12-22 Thread Rinesh1
Hi, I wanted some inputs on the solr result xml. Currently the result obtained will be of the format attrResult1 attrResult2 Is it possible some how to change it to the form attrResult1 attrResult2 The reason why I am askin

Re: Details on logging in Solr

2008-12-15 Thread Rinesh1
> > > On Dec 15, 2008, at 11:52 PM, Rinesh1 wrote: > >> >> Hi, >>I was trying to do a performance test on Solr web application. >>If I run the performance tests, lot og logging is happening due >> to which >> I am getting log files in GBs

Details on logging in Solr

2008-12-15 Thread Rinesh1
Hi, I was trying to do a performance test on Solr web application. If I run the performance tests, lot og logging is happening due to which I am getting log files in GBs Is there any clean way of deactivating logging or changing the log level to say error .. Is there any property f

Re: Solr Locking Issue

2008-12-06 Thread Rinesh1
es at the same > index will result in the lock issue you describe. > > I guess the question back to you is, why do you need two web apps > pointing to the same Solr data directory? Why can't your two webapps > share a single Solr instance? > > On Dec 6, 2008, at 5:45 AM

Re: Solr Locking Issue

2008-12-06 Thread Rinesh1
Regards, Rinesh Rinesh1 wrote: > > Hi, > Please help me with the following scenario. > I have a solr data folder "SOLR_DATA" > > I have 2 web applications solr1 and solr 2 referring to the same > SOLR_DATA folder. > I am trying to index

Solr Locking Issue

2008-12-06 Thread Rinesh1
Hi, Please help me with the following scenario. I have a solr data folder "SOLR_DATA" I have 2 web applications solr1 and solr 2 referring to the same SOLR_DATA folder. I am trying to index data using solr1/update and solr2/update sequentially. Indexing using the first