I run this curl trying to delete some messages :

curl
'http://localhost:8080/solr/mycore/update?commit=true&stream.body=<delete><id>abacd</id></delete>'
| xmllint --format -

or

curl
'http://localhost:8080/solr/mycore/update?commit=true&stream.body=<delete><query>myfield:mycriteria</query></delete>'
| xmllint --format -

the results I got is like:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time 
Current
                                 Dload  Upload   Total   Spent    Left 
Speed
148   148    0   148    0     0  11402      0 --:--:-- --:--:-- --:--:--
14800
<?xml version="1.0" encoding="UTF-8"?>
<response>
  <lst name="responseHeader">
    <int name="status">0</int>
    <int name="QTime">10</int>
  </lst>
</response>

Is there an easy way for me to get the actually deleted document number? I
mean if the query did not hit any documents, I want to know that nothing got
deleted. But if it did hit documents, i would like to know how many were
delete...

thanks
Renee



--
View this message in context: 
http://lucene.472066.n3.nabble.com/is-there-any-way-to-tell-delete-by-query-actually-deleted-anything-tp4226776.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to