You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While uploading a pdf file of size 2.4 MB with 200 pages, getting RSolr::Error::Http - 400 Bad Request error.
Expected behavior
Actual behavior
Error: 'Exception writing document id jd472w44j to the index; possible analysis error: Document contains at least one immense term in field="suggest" (whose UTF8 encoding is longer than the max length 32766), all of which were skipped. Please correct the analyzer to not produce such terms. The prefix of the first immense term is: '[10, 114, 116, 105, -62, -80, 49, 52, 32, 9, 32, 49, 49, 48, 49, 49, 49, 49, 49, 102, 105, 108, 108, 105, 108, 105, 108, 108, 32, 49]...', original message: bytes can be at most 32766 in length; got 36558. Perhaps the document has an indexed string field (solr.StrField) which is too large','code'=>400}}
Steps to reproduce the behavior
Added description for generic_work
Uploaded file.
Submit form to create generic_work.
Getting RSolr::Error::Http - 400 Bad Request error.
Related work
Link to related tickets or prior related work here.
The text was updated successfully, but these errors were encountered:
@ranjeev-letsalign This error message is coming from solr and I've never encountered it before. You might want to ask about it on one of the Solr community forums.
Descriptive summary
While uploading a pdf file of size 2.4 MB with 200 pages, getting RSolr::Error::Http - 400 Bad Request error.
Expected behavior
Actual behavior
Error: 'Exception writing document id jd472w44j to the index; possible analysis error: Document contains at least one immense term in field="suggest" (whose UTF8 encoding is longer than the max length 32766), all of which were skipped. Please correct the analyzer to not produce such terms. The prefix of the first immense term is: '[10, 114, 116, 105, -62, -80, 49, 52, 32, 9, 32, 49, 49, 48, 49, 49, 49, 49, 49, 102, 105, 108, 108, 105, 108, 105, 108, 108, 32, 49]...', original message: bytes can be at most 32766 in length; got 36558. Perhaps the document has an indexed string field (solr.StrField) which is too large','code'=>400}}
Steps to reproduce the behavior
Related work
Link to related tickets or prior related work here.
The text was updated successfully, but these errors were encountered: