Re: SOLR 5.5 - Multithread in Dataimporthandler

2016-12-20 Thread Shawn Heisey
On 12/20/2016 3:43 AM, Vellaimary C wrote: > My organization is using SOLR for search handling . As we need to > index more volume of documents like 300 millions, we have moved to > SOLR 5.5.1. > To speed up the import, which takes more than three weeks now atleast > to 1 week we need parallel

SOLR 5.5 - Multithread in Dataimporthandler

2016-12-20 Thread Vellaimary C
Hi Team, My organization is using SOLR for search handling . As we need to index more volume of documents like 300 millions, we have moved to SOLR 5.5.1. To speed up the import, which takes more than three weeks now atleast to 1 week we need parallel data import handler triggered. Can anyone

SOLR 5.5 - Multithread in Dataimporthandler

2016-12-20 Thread Vellaimary C
Hi Team, I'm using SOLR 5.5.1 for document indexing. I wish to import 300 million documents from database using paraller data import handler triggered . So that I wish to implement multithreading in dataimport handler. such as threads=4 . Please help me to achieve it. Thanks in advance