CFINDEX给出错误消息“您的文档包含超过100000个字符,因此已达到您的要求限制。”

时间:2019-05-10 10:19:12

标签: coldfusion apache-tika coldfusion-2016 cfindex

enter image description here在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#">

0 个答案:

没有答案