Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.5.1
-
None
Description
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).