You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "ms (JIRA)" <ji...@apache.org> on 2007/07/16 01:33:05 UTC

[jira] Commented: (SOLR-205) SolrSharp - a C# client API for Solr

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

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

I am using solrsharp-1.2-07082007 - I have a dynamicField declared in my schema.xml file as 
<dynamicField name="*_demo" type="text_ws" indexed="true"  stored="true"/>
-but, if I try to add a field using my vb.net application 
doc.Add("id_demo", s)
where is a string value, the document does fails 
solrSearcher.SolrSchema.IsValidUpdateIndexDocument(doc)
MS

> 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
>         Attachments: solrsharp-1.2-07082007.zip
>
>
> 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.