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 balmydrizzle <ba...@gmail.com> on 2017/09/21 03:25:41 UTC

Re: Is there a way to delete multiple documents using wildcard?

Doesn't work, either. wildcard query can't be used in delete. At least for
old Solr 3.x



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Is there a way to delete multiple documents using wildcard?

Posted by Emir Arnautović <em...@sematext.com>.
Hi,
Delete by query should work - posting to /update

	<delete><query>*:*</query></delete>

should delete all doc.

HTH,
Emir

> On 21 Sep 2017, at 05:25, balmydrizzle <ba...@gmail.com> wrote:
> 
> Doesn't work, either. wildcard query can't be used in delete. At least for
> old Solr 3.x
> 
> 
> 
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html