Does the following command issue soft commit or hard commit? curl http://localhost:8984/solr/update?softCommit=true -H "Content-Type: text/xml" --data-binary '<commit />'
How to find out which commit was triggered? Can I get it somewhere in logs? Thanks.