[
https://issues.apache.org/jira/browse/SOLR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514460
]
ms commented on SOLR-205:
-------------------------
Another possible bug - not sure if this is a bug with Solr# or Solr. To
reproduce, create a dynamicField and copyField in schema like this
<dynamicField name="*_demo" type="string" indexed="true" stored="true"/>
<copyField source="*_demo" dest="demographics_demo" />
Now, add TWO fields to match your dynamic field using solr# - for example:
doc.Add("id_demo", "lorem")
doc.Add("sample_demo", "ipsum")
When I add this document to a new Index, I get a corrupted index.
> 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.