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 the data one by one for indexing (for performing push indexing / real time indexing).. We have also written a simple java program with SOLRj which will check if the status is idle or busy before it starts indexing next batch (This is for batch indexing 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-tp2059517p2067937.html Sent from the Solr - User mailing list archive at Nabble.com.