(from github.com/attibalazs)
I am getting the following exceptions when crawling files org.codelibs.fess.crawler.exception.MaxLengthExceededException
is there some setting where i can increase the max length ?
(from github.com/attibalazs)
I am getting the following exceptions when crawling files org.codelibs.fess.crawler.exception.MaxLengthExceededException
is there some setting where i can increase the max length ?
(from github.com/marevol)
The setting is in app/WEB-INF/classes/crawler/contentLength.xml.
<property name="defaultMaxLength">10485760</property><!-- 10M -->
(from github.com/attibalazs)
Thanks i have increased it to 100MB, fingers crossed.
© 2020. All Rights Reserved - CodeLibs, Inc.