[ https://issues.apache.org/jira/browse/SOLR-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843372#action_12843372 ]
Mark Miller commented on SOLR-1803: ----------------------------------- Strike number one - didn't realize that the test schema for extraction is 1.0 - multivalued by default it is. So I'd address 2 and 3: add the values "value1" and "value2". That will get the test passing. You'd still need to device a test to tell you its making a mulivalue rather than concatenating as well. > 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.