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

Jeff Rodenburg commented on SOLR-205:
-------------------------------------

Regarding ms IsValidUpdateIndexDocument issue:

IsValidUpdateIndexDocument compares the fields of the referenced IndexDocument 
to the fields as read from the Solr configuration for the Solr instance you're 
updating.  If the (non-copied) fields that are read from the solrconfig.xml 
file are not present in the list of fields from the IndexDocument, 
IsValidUpdateIndexDocument will fail.

In your example, you should have only two fields defined in solrconfig.xml of 
the solr instance you're updating.

> 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_0.1.zip, solrsharp_0.1.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.

Reply via email to