Re: Run solrj in parallel how it works

2019-03-06 Thread Mikhail Khludnev
To be able to run it in parallel one needs to copy DataImpoortHandler definition to /dataimport2, Otherwise it rejects the second parallel attempt. Sic. On Tue, Mar 5, 2019 at 1:08 PM sami wrote: > I am little bit confused about the parallel running option for solrj. How > to > configure the cor

Run solrj in parallel how it works

2019-03-05 Thread sami
I am little bit confused about the parallel running option for solrj. How to configure the core and what it means exactly. Right now, i create a new core with Solr admin console. the main requirement is to have a conf folder with defined solrconfig.xml and data-config.xml. Now, i run my program as