Re: How to know if SOLR indexing is completed prorammatically

2016-09-30 Thread subinalex
Thanks a lot christian.. let me explore that.. :) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-know-if-SOLR-indexing-is-completed-prorammatically-tp4298799p4298807.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to know if SOLR indexing is completed prorammatically

2016-09-30 Thread Christian Ortner
Hi, the admin console is backed by a JSON API. You can run the same requests it uses programatically. Find them easily by checking your browser debug tools' networking tab. Regards, Chris On Fri, Sep 30, 2016 at 10:29 AM, subinalex wrote: > Hi Guys, > > We are running back to back solr indexin