Re: Solr3.6 DeleteByQuery with negated field not working

2012-10-22 Thread Dmitry Kan
Hi, This is how we do it in our Solr 3.4 setup: curl http://:/solr/update?commit=true --data-binary 'here_goes_the_query' -H 'Content-type:text/xml' i.e. no extra , tags surrounding the tags. HTH, Dmitry On Mon, Oct 22, 2012 at 10:29 AM, Markus.Mirsberger < markus.mirsber...@gmx.de> wro

Solr3.6 DeleteByQuery with negated field not working

2012-10-22 Thread Markus.Mirsberger
Hi, I am trying to delete a some documents in my index by query. When I select them with this negated query I get all the documents I want to delete but when I use this query in the DeleteByQuery it is not working Im trying to delete all elements which value ends with 'somename/' When I u