Re: Multi threading indexing

2018-05-16 Thread Rahul Singh
Can try to leverage Spark to index. Or Kafka Connect with SolR. -- Rahul Singh rahul.si...@anant.us Anant Corporation On May 14, 2018, 2:03 AM -0500, Mikhail Khludnev , wrote: > A few years ago I provided server side concurrency "booster" > https://issues.apache.org/jira/browse/SOLR-3585. > But

Re: Multi threading indexing

2018-05-14 Thread Mikhail Khludnev
A few years ago I provided server side concurrency "booster" https://issues.apache.org/jira/browse/SOLR-3585. But now, I'd rather suppose it's client-side (or ETL) duty. On Mon, May 14, 2018 at 6:39 AM, Raymond Xie wrote: > Hello, > > I have a huge amount of data (TB level) to be indexed, I am w

Multi threading indexing

2018-05-13 Thread Raymond Xie
Hello, I have a huge amount of data (TB level) to be indexed, I am wondering if anyone can share your idea/code to do the multithreading indexing? ** *Sincerely yours,* *Raymond*

Re: How to do multi-threading indexing on huge volume of JSON files?

2018-05-08 Thread Erick Erickson
; > I absolutely need a good solution on this, at the moment I use the post.jar > to work on folder and I am running the post.jar in single thread. > > I wonder what is the best practice to do multi-threading indexing? Can > anyone provide detailed example? > > > > ** > *Sincerely yours,* > > > *Raymond*

How to do multi-threading indexing on huge volume of JSON files?

2018-05-08 Thread Raymond Xie
eed a good solution on this, at the moment I use the post.jar to work on folder and I am running the post.jar in single thread. I wonder what is the best practice to do multi-threading indexing? Can anyone provide detailed example? ** *Sincerely