[
https://issues.apache.org/jira/browse/SOLR-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840472#action_12840472
]
Lance Norskog commented on SOLR-1803:
-------------------------------------
The attached patch does not fix the bug. It causes the ExtractingRequestHandler
test program to illustrated the bug. Line 90 in
TestExtractingRequestHandler.java should succeed and does not.
[SOLR-1633|http://issues.apache.org/jira/browse/SOLR-1633] comments on a
related behavior. This test patch also checks for that behavior.
Since both this and 1633 are in the same area, work should be combined.
> ExtractingRequestHandler does not propagate multiple values to a multi-valued
> field
> -----------------------------------------------------------------------------------
>
> Key: SOLR-1803
> URL: https://issues.apache.org/jira/browse/SOLR-1803
> Project: Solr
> Issue Type: Bug
> Components: contrib - Solr Cell (Tika extraction)
> Reporter: Lance Norskog
> Priority: Minor
>
> When multiple values for one field are extracted from a document, only the
> last value is stored in the document. If one or more values are given as
> parameters, those values are all stored.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.