Re: Problems with deletion with 1.4

2010-06-21 Thread Darren Davis
That does work. I re-checked my code, and there was a bug which submitted an empty string as the xml instead of the generated delete command. With this fixed, it seems to work without a problem. On Mon, Jun 21, 2010 at 1:21 AM, Ahmet Arslan wrote: > How are you submitting this (POST or GET)?

Re: Problems with deletion with 1.4

2010-06-21 Thread Ahmet Arslan
> I'm using SOLR 1.4 with a few > multi-cores, running under a Tomcat 6 > environment.  I'm using the web services to pass xml > documents for adding > records with no problem, using a URL on my development > machine of " > http://localhost:8080/Solr/product/update/"; > > I've tried implementing a

Problems with deletion with 1.4

2010-06-21 Thread Darren Davis
I'm using SOLR 1.4 with a few multi-cores, running under a Tomcat 6 environment. I'm using the web services to pass xml documents for adding records with no problem, using a URL on my development machine of " http://localhost:8080/Solr/product/update/"; I've tried implementing an XML-based delete