[
https://issues.apache.org/jira/browse/SOLR-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091585#comment-15091585
]
ASF subversion and git services commented on SOLR-6622:
-------------------------------------------------------
Commit 1723983 from [~teofili] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1723983 ]
SOLR-6622 - using all field values in UIMAUpdateRequestProcessor
> Issue with Multivalued fields when using UIMA
> ---------------------------------------------
>
> Key: SOLR-6622
> URL: https://issues.apache.org/jira/browse/SOLR-6622
> Project: Solr
> Issue Type: Bug
> Components: contrib - UIMA
> Affects Versions: Trunk
> Reporter: Maryam Khordad
> Attachments: SOLR-6622.patch
>
>
> When using any of UIMA addons on a multivalued fields, only the first row of
> the field gets processed and UIMA update ignores the remaining rows.
> This bug caused by "getTextsToAnalyze" method in "UIMAUpdateRequestProcessor"
> class. SolrInputDocument
> .getFieldValue must be changes to olrInputDocument
> .getFieldValues and the result must be an array not a single
> variable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]