You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Tomasz Oliwa (JIRA)" <ji...@apache.org> on 2016/03/09 18:28:40 UTC

[jira] [Commented] (SOLR-6622) Issue with Multivalued fields when using UIMA

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

Tomasz Oliwa commented on SOLR-6622:
------------------------------------

In https://issues.apache.org/jira/browse/SOLR-8528 a user sees this bug re-appear in 5.5.0.

I just did a diff between the UIMAUpdateRequestProcessor.java of 5.4.1, the 5.4.1 with patch and 5.5.0

There are some additional changes from 5.4.1 with patch to 5.5.0 that might have regressed this issue again.

> 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: master
>            Reporter: Maryam Khordad
>            Assignee: Tommaso Teofili
>             Fix For: 5.5, 6.0
>
>         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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org