[ 
https://issues.apache.org/jira/browse/SOLR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505054
 ] 

ms commented on SOLR-205:
-------------------------

Jeff,
Thanks. I have it working against Solr 1.2. I am trying to figure out how to 
delete a document from the index. This is the code I am using and it is not 
working. TIA
        
        Dim SolrU As New 
org.apache.solr.SolrSharp.Update.SolrUpdater(solrSearcher)
        Dim doc As New org.apache.solr.SolrSharp.Indexing.DeleteIndexDocument
        doc.Id = "*a*"
        SolrU.PostToIndex(doc, True)
        SolrU.Optimize()

> 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.

Reply via email to