Hi,

I am trying to delete document from Solr using Solr 4.7. Earlier, I was
deleting the documents based on id which was working perfectly fine.

However, now I am trying to delete the documents based on multiple
attributes.
Please find below my query which should delete a document based on two
attributes which acts as composite key together.

http://
".SOLRSERVER.":".SOLRPORT."/solr/update?stream.body=%3Cdelete%3E%3Cquery%3EName%3A".$Name."%20AND%20Version%3A".$version."%3C/query%3E%3C/delete%3E&commit=true

Using this query, Solr is returning the response but it is not actually
deleting the document.

Please help me out on this.


Kind Regards,
*Arun Verma*

Reply via email to