: 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 c
ed on if the
delete was successful or not?
-Raghu
-Original Message-
From: Chris Hostetter [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2008 11:30 PM
To: solr-user@lucene.apache.org
Subject: Re: deleting record from the index using deleteByQuery method
: I am trying to del
: I am trying to delete a record from the index using SolrJ. When I
: execute it I get a status of 0 which means success. I see that the
: "cummulative_deletbyquery" count increases by 1 and also the "commit"
: count increases by one. I don't see any decrease on the "numDocs" count.
: When I quer
Hi,
I am trying to delete a record from the index using SolrJ. When I
execute it I get a status of 0 which means success. I see that the
"cummulative_deletbyquery" count increases by 1 and also the "commit"
count increases by one. I don't see any decrease on the "numDocs" count.
When I query i