[
https://issues.apache.org/jira/browse/SOLR-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671412#action_12671412
]
Shalin Shekhar Mangar commented on SOLR-1009:
---------------------------------------------
But what if more than one xpath match? The map can contain only one value,
which one should it be?
e.g.
{code:xml}
<field column="x" xpath="/root/a" />
<field column="x" xpath="/root/b/a" />
{code}
If the XML has both /root/a and /root/b/a, which value should be added to the
document? Right now, one the values will get overwritten.
> repeated column names result in duplicate values
> ------------------------------------------------
>
> Key: SOLR-1009
> URL: https://issues.apache.org/jira/browse/SOLR-1009
> Project: Solr
> Issue Type: Bug
> Components: contrib - DataImportHandler
> Reporter: Noble Paul
> Priority: Trivial
> Fix For: 1.4
>
> Attachments: SOLR-1009.patch
>
>
> Duplicate column names result in the same value getting copied multiple times
> http://markmail.org/thread/mguseggrldkddcut
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.