OK. Just typing out the question fixed it.
Changing from post to get:
GetMethod method = new GetMethod(completeUrl);
removed the errors. The reason, I cannot explain...
On Tue, Apr 3, 2012 at 6:46 PM, janne mattila
wrote:
> I have implemented dataimporthandler scheduling based on
> htt
I have implemented dataimporthandler scheduling based on
http://wiki.apache.org/solr/DataImportHandler#Scheduling. It
periodically triggers full and delta updates. I'm unpacking the
original solr.war, adding a few scheduling-related classes such as
ApplicationListener etc (I have modified the examp