On Jul 27, 2009, at 6:13 PM, ranjitr wrote:


Ok, I think I found an alternative.

With Solr 1.3, trying to reload the core from the browser using:
http://localhost:8984/solr/admin/cores?action=RELOAD\&core=core1

doesn't work (this problem does not happen with nightly build).


But I  use curl as in:
curl http://localhost:8984/solr/admin/cores?action=RELOAD\&core=core1

I'm able to reload the core multiple times.


So, there is something amiss about Solr 1.3 responding to requests sent
through the browser (Firefox/IE) versus using curl.

You're probably getting bitten by admin handlers being cached by your browser. Fixed on trunk: http://issues.apache.org/jira/browse/SOLR-1243

        Erik

Reply via email to