Hi all!
I'm using Solr 4.6.0. I'd created three collections and combine them to
alias via CREATEALIAS API. 
I run delete request via curl, ex
curl
"http://127.0.0.1:8080/solr/all/update?stream.body=%3Cdelete%3E%3Cquery%3EText:dummy%3C/query%3E%3C/delete%3E";
where "all" is alias if three collections:
{"collection":{"all":"collection1,collection2,collection3"}}

But data were removed only from first collection in list.

Is it possible to remove data from all collections, using alias?
Thanks.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/DeleteByQuery-via-alias-tp4135700.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to