Re: 2 solr dataImport requests on a single core at the same time

2010-07-26 Thread kishan
btw , i want to put all the requestHandlers(more than 1) in 1 xml file and i want to use this in my solrConfig.xml i have used xinclude but it didnt work .. please suggest me any thing Thanks, Prasad -- View this message in context: http://lucene.472066.n3.nabble.com/2-solr-dataImport-requ

Re: 2 solr dataImport requests on a single core at the same time

2010-07-26 Thread kishan
Tq very Much .. -- View this message in context: http://lucene.472066.n3.nabble.com/2-solr-dataImport-requests-on-a-single-core-at-the-same-time-tp978649p996190.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: 2 solr dataImport requests on a single core at the same time

2010-07-23 Thread Alexey Serba
> having multiple Request Handlers will not degrade the performance IMO you shouldn't worry unless you have hundreds of them

Re: 2 solr dataImport requests on a single core at the same time

2010-07-22 Thread kishan
Hi Tq very much its solved my problem , having multiple Request Handlers will not degrade the performance ... unless we are sending parallel requests? am i right ? Thansk, Prasad -- View this message in context: http://lucene.472066.n3.nabble.com/2-solr-dataImport-requests-on-a-single-core-

Re: 2 solr dataImport requests on a single core at the same time

2010-07-22 Thread Alexey Serba
DataImportHandler does not support parallel execution of several requests. You should either send your requests sequentially or register several DIH handlers in solrconfig and use them in parallel. On Thu, Jul 22, 2010 at 11:20 AM, kishan wrote: > > please help me > -- > View this message in con

Re: 2 solr dataImport requests on a single core at the same time

2010-07-22 Thread kishan
please help me -- View this message in context: http://lucene.472066.n3.nabble.com/2-solr-dataImport-requests-on-a-single-core-at-the-same-time-tp978649p986351.html Sent from the Solr - User mailing list archive at Nabble.com.