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

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

With solrsharp-1.2-07082007 I am able to use dynamicFields. However, I have a 
problem with copyFiels that reference dynamicFields.
Consider the above example of 
<dynamicField name="*_demo" type="text_ws" indexed="true" stored="true"/> 
if I now have 
<copyField source="id_demo"  dest="demographics" />
then I must also have 
<field name="demographics" type="text_ws" indexed="true" stored="false"/>
Now, if I use Solr#, I have to have 
doc.Add("demographics", "")  
or it will fail IsValidUpdateIndexDocument. But this is causing the index to be 
corrupted. Also, this defeats the purpose of copyFields - which is a server 
side mechanism to aggregate fields. 
Could we have solr# raise IsValidUpdateIndexDocument = false only if the field 
has "Isrequired = true"? tia


> 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
>          Components: clients - C#
>         Environment: Microsoft Windows, .Net Framework 2.0
>            Reporter: Jeff Rodenburg
>            Assignee: Jeff Rodenburg
>            Priority: Minor
>         Attachments: solrsharp-1.2-07182007.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