On 2/28/2013 11:07 AM, dboychuck wrote:
Yes I confirmed in the logs. I have also committed manually several times using the updatehandler /update?commit=true
To the experts: Does an empty update request with commit=true work for this, or would the user have to send the actual commit command? Even if it does work, I'm pretty sure this URL format would have to be a POST request, not a GET, so it could not be done easily in a browser.
The wiki has explicit instructions for doing this using curl to send a POST request or a browser with a GET request:
http://wiki.apache.org/solr/UpdateXmlMessages#Updating_a_Data_Record_via_curl Thanks, Shawn