Also note that the XML that an be POSTed to /solr/update can also be sent as a content stream on the URL for a plain GET request:

    /solr/update?stream.body=<delete><id>...</id></delete>&commit=true

        Erik


On Dec 3, 2009, at 3:05 PM, Tom Hill wrote:

http://wiki.apache.org/solr/UpdateXmlMessages#A.22delete.22_by_ID_and_by_Query

On Thu, Dec 3, 2009 at 11:57 AM, Joel Nylund <jnyl...@yahoo.com> wrote:

Is there a url based approach to delete a document?

thanks
Joel



Reply via email to