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

ASF subversion and git services commented on SOLR-5598:
-------------------------------------------------------

Commit 1564732 from [email protected] in branch 'dev/trunk'
[ https://svn.apache.org/r1564732 ]

SOLR-5598: LanguageIdentifierUpdateProcessor ignores all but the first value of 
multiValued string fields

> LanguageIdentifierUpdateProcessor ignores all but the first value of 
> multiValued string fields
> ----------------------------------------------------------------------------------------------
>
>                 Key: SOLR-5598
>                 URL: https://issues.apache.org/jira/browse/SOLR-5598
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - LangId
>    Affects Versions: 4.5.1
>            Reporter: Andreas Hubold
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 4.7
>
>         Attachments: SOLR-5598.patch, SOLR-5598.patch, SOLR-5598.patch
>
>
> The LanguageIdentifierUpdateProcessor just uses the first value of the 
> multiValued field to detect the language. 
> Method {{concatFields}} calls {{doc.getFieldValue(fieldName)}} but should 
> instead iterate over {{doc.getFieldValues(fieldName)}}.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to