: confused about is the field cumulative_delete. Does this have any
: significance to whether the delete was a success or not? Also shouldn't

cumulative_delete is just the count of all delete commands since the 
SolreCore was started up (as opposed to "delete" which is the count since 
the last commit)

: the method deleteByQuery return a diff status code based on if the
: delete was successful or not?

I'm not certain, but i don't think so -- consider a query for 
"asdflkakjadf" ... if there are no docs that match that query, then no 
docs get deleted -- but the operation is still successful (just like a 
search is still a success even if no docs are found)



-Hoss

Reply via email to