Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.0
-
None
Description
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.
Attachments
Attachments
Issue Links
- Blocked
-
SOLR-8528 UIMA processor with multivalued fields and atomic updates bug
- Closed