Hi, I use the following http request to start solr index optimization:
http://localhost:8983/solr/<core>/update?skipError=true -F stream.body=' <optimize />' The request returns status code 200 shortly, but when looking at the solr instance I noticed that actual optimization has not completed yet as there are more than 1 segments. Is the optimize command async? What is the best approach to validate that optimize is truly completed? Thanks, Wei