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 <iori...@yahoo.com> wrote: > How are you submitting this (POST or GET)? > > Does this work: > > curl http://localhost:8080/Solr/product/update -H "Content-Type: text/xml" > --data-binary '<delete><id>A12345</id></delete>' > > > > > > > >