Andreas Hubold created SOLR-5598:
------------------------------------

             Summary: 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


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

Reply via email to