[ https://issues.apache.org/jira/browse/SOLR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505340 ]
Jeff Rodenburg commented on SOLR-205: ------------------------------------- There was a bug in DeleteIndexDocument, which has been updated. Deleting by query vs. unique key was not being handled properly. The source at http://solrstuff.org/svn/solrsharp has been updated (documentation to updated later.) ms - for your scenario, this issues a delete-by-id request using the xml syntax "<delete><id>*a*</id></delete>". This is not the same as a delete-by-query, if that's the intention. Please look at the example for code that shows how to delete by query. > SolrSharp - a C# client API for Solr > ------------------------------------ > > Key: SOLR-205 > URL: https://issues.apache.org/jira/browse/SOLR-205 > Project: Solr > Issue Type: New Feature > Environment: Microsoft Windows, .Net Framework 2.0 > Reporter: Jeff Rodenburg > Priority: Minor > > SolrSharp is a client API written in C# using the .Net framework to interact > with Apache Solr. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.