Closed (cannot reproduce)
Project:
Search API Solr
Version:
4.2.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2021 at 08:19 UTC
Updated:
13 Jul 2022 at 11:30 UTC
Jump to comment: Most recent
Comments
Comment #2
keshavv commentedComment #3
mkalkbrennerCan you provide a test that triggers that error?
Comment #4
gaurav.kapoor commented@mkalkbrenner This error comes when trying to index non-English content, such as Spanish or Chinese translation of nodes.
Comment #5
mkalkbrennerThere're installations that use Spanish or Chinese. I assume that the issue is in your specific content. I don't think that this is a general issue for Search API or Search API Solr.
But again, if you could isolate the string sequence and provide a test case we can take a closer look.
Comment #6
mkalkbrennerComment #7
sershevchykI saw the same error:
Comment #8
rcodinaI reproduced the same error with Spanish and Catalan content indexing. The problem was in a custom Search API plugin where we used
substrmethod to cut a large text field. After replacingsubstrwithmb_substrthe error disappeared.