thanks Shawn... on the other side, I have just created a thin layer webapp I deploy it with solr/tomcat. this webapp provides RESTful api allow all kind of clients in our system to call and request a commit on the certain core on that solr server.
I put in with the idea to have a centre/final place to control the commit on the cores in local solr server. so far it works by reducing the arbitrary requests, such as that I will not allow 2 commit requests from different clients to commit on same core happen too close to each other, I will disregard the second request if the first just being done like less than 5 minutes ago. I am think enhance this webapp to check on physical index dir timestamp, and drop the request if the core has not been changed since last commit. This will prevent the client trying to commit on all cold cores blindly where only one of them actually was updated. I mean to ask: is there any solr admin meta data I can fetch through restful api, to get data such as index last updated time, or something like that? -- View this message in context: http://lucene.472066.n3.nabble.com/is-there-any-way-to-tell-delete-by-query-actually-deleted-anything-tp4226776p4226818.html Sent from the Solr - User mailing list archive at Nabble.com.