[
https://issues.apache.org/jira/browse/SOLR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514672
]
Jeff Rodenburg commented on SOLR-205:
-------------------------------------
> 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"/>
Let me make sure I understand the scenario here:
- dynamic field = "*_demo"
- copy field source = "id_demo" (as captured by dynamic field), with dest =
"demographics"
I'll test this scenario myself to see what occurs.
> 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.