Maybe you are asking for the status command. Currently this is the url I invoke for checking whether the import process is running (or has failed)
>From the cwiki: The URL is http://<host>:<port>/solr/<collection_name>/dataimport?command=status. It returns statistics on the number of documents created, deleted, queries run, rows fetched, status, and so on. Hope it helps. On Feb 5, 2015 10:49 PM, "O. Olson" <olson_...@yahoo.it> wrote: > My setup is fairly similar to the examples. I start a Solr Import using the > UI i.e. I go to: > http://localhost:8983/solr/#/corename/dataimport//dataimport and click > the > Execute button to start the Import. > > First, I'm curious if there is a way of figuring out if there is an import > running. I thought one of the ways to do this look at the core Statistics > page i.e. at http://localhost:8983/solr/#/corename and look at the value > of > Current. If it is red – it means an import is running, and if it is green, > the import has either completed or not running. > > My problem is that initially for the first min or two, though the > import is > running, the value of Current on the Statistics page is still green. Is > there a way of definitely determining if a import is currently running in > Solr? > > Second, is there a way of determining if a Solr Import has completed. I > normally wait for the Red value of Current on the Statistics page becomes > Green, and I detect the completion of the Import. > > Thank you in advance > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Detect-ongoing-Solr-Import-and-its-Completion-tp4184273.html > Sent from the Solr - User mailing list archive at Nabble.com. >