Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, 7.1.X, 7.2.X, Master
-
7.2.x, 7.1.x, 7.0.x
-
Committed
-
0.25
-
3
Description
LPS-70810 (Japanese text is not properly being extracted from documents for indexing) is reproduced in case of enabling text.extraction.fork.process.* in portal-ext.properties
Root cause of bug
LPS-70810 code changes should be also apply to ExtractTextProcessCallable inner class
Steps to reproduce
- Before starting Liferay, configure in portal-ext.properties:
text.extraction.fork.process.enabled=true text.extraction.fork.process.mime.types=application/x-tika-ooxml,application/pdf,text/plain,application/octet-stream
- Follow steps explained in
LPS-70810- Expected behavior: bug is not reproduced
- Wrong behavior: bug is reproduced
- Expected behavior: bug is not reproduced
Attachments
Issue Links
- Discovered while testing
-
LPS-96651 FileUtil.extractText is not working correctly in case of configuring text.extraction.fork.process.enabled=true
- Closed