Re: Concurrent DIH calls

2010-12-13 Thread Stefan Matheis
I don't know if this is helpful .. but there is http://wiki.apache.org/solr/DataImportHandler#EventListeners which would trigger on 'onImportEnd'

Re: Concurrent DIH calls

2010-12-13 Thread Juan Manuel Alvarez
Thanks for the answer Barani! I was doing the same thing (queuing requests and querying solr status), but I was hoping some flag/configuration would do the trick. I will continue with that approach then! =o) Thanks! Juan M. On Sat, Dec 11, 2010 at 3:50 AM, bbarani wrote: > > Hi, > > As far as I

Re: Concurrent DIH calls

2010-12-10 Thread bbarani
Hi, As far as I know there is no queuing mechanism in SOLR for concurrent indexing request. It would simple ignore the concurrent request (first come first serve basis).. Solr experts, please correct me if I am wrong.. To achieve concurrency, we have implemented a queue using JMS and we send th