[
https://issues.apache.org/jira/browse/SOLR-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843367#action_12843367
]
Mark Miller commented on SOLR-1803:
-----------------------------------
A few comments:
1. If you want to test multi-valued field stuff, you really need to use a field
that is multi-valued. multi_s is not as far as I can see.
2. You search for multi_s:value1 and multi_s:value2, but where do you ever add
them? It seems valid that they are not found.
3. Your test (if/when written correctly) will pass whether the field is
multivalued or not - ie it won't test if the params were really added as a
multi-valued field.
Solr cell does add multiple literals as multi-values when the the field is
actually multi-valued, but when its not, it just concatenates the values - so
those searches
would still pass.
> 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
> Attachments: display-extracting-bug.patch
>
>
> 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.