index
Jahia 7.3
Jahia 8
Document content length exceeded the configured limit
Question
What is the meaning of this information?
2016-07-19 08:41:20,106: INFO [TextExtractionService] - Document content length exceeded the configured limit. Extracted first 100000 characters.
Answer
This information message means that the limit of a maximum number of characters to be processed when extracting text from a document has been reached.
An entry could be added to the jahia.properties
file (or the jahia.custom.properties file) to control the maximum number of characters to be processed when extracting text from a document:
jahia.textExtraction.maxExtractedCharacters=1000000
The default value is 100 000.
In order to consider all characters (disable any limitation), the value in the jahia.properties file should be set to -1