: I tried your suggestion, Hoss, but committing to the new coordinator : core doesn't change the indexVersion and therefore the ETag value isn't : changed.
Hmmm... so the "empty" commit doesn't change the indexVersion? ... i didn't realize that. Well, I suppose you could replace your empty commit with an update to a bogus document ... it's hackish, but it should work... http://host/solr/coordinator/update?stream.body=<add><doc><field name="bogus">bogus</field></doc></add>&commit=true -Hoss