You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Joel Nylund <JN...@yahoo.com> on 2009/12/03 20:57:54 UTC

deleteById without solrj?

Is there a url based approach to delete a document?

thanks
Joel


Re: deleteById without solrj?

Posted by Erik Hatcher <er...@gmail.com>.
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 <JN...@yahoo.com>  
> wrote:
>
>> Is there a url based approach to delete a document?
>>
>> thanks
>> Joel
>>
>>


Re: deleteById without solrj?

Posted by Tom Hill <so...@worldware.com>.
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 <JN...@yahoo.com> wrote:

> Is there a url based approach to delete a document?
>
> thanks
> Joel
>
>