Hi,

The response only tells you status code and time.
If you delete by query, you can simply do a normal query before the delete 
query to get the IDs.
It would not either be easy to add a patch for this either, as the 
deleteByQuery call happens deep within IndexWriter, not returning any info.

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
Solr Training - www.solrtraining.com

On 2. nov. 2011, at 07:50, kiran.bodigam wrote:

> I am trying to delete the document from index by using id.
> http://myserver/solr/update?stream.body=<delete><query>id:2009-11-04\13\:51\:07.348184</query>
> <delete>&commit=true
> *its working fine, but from the solr response it is not showing so and so
> document is deleted.. *
> <response><lst name="responseHeader"><int name="status">0</int><int
> name="QTime">343</int></lst>
> </response>  
> *if i need deleted document information in response how would i do that(at
> least i require id in the response)?*
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Deleting-documents-not-shown-in-response-tp3473013p3473013.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to