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
program).. > > I would say the same thing applies for commit also.. As far as I know there > is not inbuilt queuing system in SOLR for indexing. > > Thanks, > Barani > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Concurrent-DIH-calls

Re: Concurrent DIH calls

2010-12-10 Thread bbarani
for commit also.. As far as I know there is not inbuilt queuing system in SOLR for indexing. Thanks, Barani -- View this message in context: http://lucene.472066.n3.nabble.com/Concurrent-DIH-calls-tp2059517p2067937.html Sent from the Solr - User mailing list archive at Nabble.com.

Concurrent DIH calls

2010-12-09 Thread Juan Manuel Alvarez
Hello!!! I am working with Solr on my first project and I am really happy so far, both with the product and with the community. I am having some doubts about how DIH works. How does DIH handles concurrent requests from different users? Does it queue them? Or if an import is in progress it reject