RE: deleting record from the index using deleteByQuery method

2008-09-25 Thread Chris Hostetter
: 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

RE: deleting record from the index using deleteByQuery method

2008-09-23 Thread Kashyap, Raghu
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

Re: deleting record from the index using deleteByQuery method

2008-09-22 Thread Chris Hostetter
: 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

deleting record from the index using deleteByQuery method

2008-09-19 Thread Kashyap, Raghu
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