[
https://issues.apache.org/jira/browse/SOLR-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571978#comment-13571978
]
Erick Erickson commented on SOLR-3251:
--------------------------------------
FWIW, I've seen situations in which the actual structure of schema.xml doesn't
reflect what we "usually" think of as correct, i.e. I saw something like (going
from memory)
<fields>
<field>...</field>
<copyField />
<field>...</field>
</fields>
But since the DOM traversal just asks for all leaf nodes for some situations,
this worked just fine. Something to keep in mind when thinking about this in
terms of breaking existing installations. That said I don't think we should
strain to preserve this behavior.....
FWIW,
Erick
> dynamically add field to schema
> -------------------------------
>
> Key: SOLR-3251
> URL: https://issues.apache.org/jira/browse/SOLR-3251
> Project: Solr
> Issue Type: New Feature
> Reporter: Yonik Seeley
> Attachments: SOLR-3251.patch
>
>
> One related piece of functionality needed for SOLR-3250 is the ability to
> dynamically add a field to the schema.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]