If desired, you can disable the CAS Document Conversion Module to prevent document conversion or license warnings. You can either disable the module globally for all crawls, or you can disable the module on a per crawl basis.
To change the default setting for all crawls:
Navigate to
<install path>\CAS\workspace\conf\web-crawler\default
.Add a property named
plugin.excludes
and specify a value ofendeca-searchexport-converter-parser
.For example:
<property> <name>plugin.excludes</name> <value>endeca-searchexport-converter-parser</value> <description>Disable the CAS Document Conversion Module from running. </description> </property>
To change the setting on a per crawl basis:
Navigate to
<install path>\CAS\workspace\conf\web-crawler\<crawl name>
.Add a property named
plugin.excludes
and specify a value ofendeca-searchexport-converter-parser
.For example:
<property> <name>plugin.excludes</name> <value>endeca-searchexport-converter-parser</value> <description>Disable the CAS Document Conversion Module from running as part of this crawl configuration. </description> </property>