在ColdFusion 2016中,我试图为包含超过100000个字符的大文件编制索引。
我收到以下错误
org.apache.tika.sax.WriteOutContentHandler $ WriteLimitReachedException:您的文档包含超过100000个字符,因此已达到请求的限制。要接收文档的全文,请增加限制。 (但是,可以使用文本数上限。)
我在哪里将限额从100000增加到10000000?
<cfindex
action="update"
type="file"
collection="#collection_name#"
recurse="yes"
key="#key#"
urlpath="#urlpath#"
status = "insert"/>
<cfdump var="#insert#">