You can't just hit the same handler twice? What about two different handlers and pass the same config file via URL parameter?
Where does it make it single-threaded? Regards, Alex. On 15 May 2013 19:18, "Shawn Heisey" <s...@elyograg.org> wrote: > On 5/15/2013 2:52 PM, Furkan KAMACI wrote: > >> You said "If I were doing this with the dataimport handler, I would define >> more than one handler in solrconfig.xml, each with its own config file." >> What is the benefit of using more than one handler? >> > > DIH is single-threaded. By using more than one handler at the same time, > I would have multiple threads sending documents in to Solr. > > >