On Tue, 2016-06-28 at 16:42 +0000, Rajendran, Prabaharan wrote: > Please suggest me which is best way to index(multithreaded) if your > input format is text/csv (file).
Last I tried, it was pretty straight forward: Split your CSV in chunks and start about as many separate uploads as you have (real) CPU cores. - Toke Eskildsen, State and University Library, Denmark