[ 
https://issues.apache.org/jira/browse/SOLR-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15089815#comment-15089815
 ] 

Tomasz Oliwa edited comment on SOLR-6622 at 1/8/16 8:29 PM:
------------------------------------------------------------

This patch also fixes the issue I reported in 
https://issues.apache.org/jira/browse/SOLR-8528 , I just tested it. Would be 
nice if the patch could be committed to Solr.


was (Author: toldev):
I just reported https://issues.apache.org/jira/browse/SOLR-8528 , a bug with 
UIMA and multivalued fields that might have the same or similar underlying 
problem.

> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to