IAS Document Conversion Moduleの無効化

ドキュメント変換やライセンスに関する警告を防止するため、必要に応じてIAS Document Conversion Moduleを無効にできます。このモジュールをすべてのクロールでグローバルに無効にできます。また、このモジュールをクロール単位で無効にすることもできます。

IAS Document Conversion Moduleを無効にするには:

  1. すべてのクロールに関するデフォルトの設定を変更するには:
    1. <install path>\IAS\workspace\conf\web-crawler\defaultに移動します。
    2. テキスト・エディタでdefault.xmlを開きます。
    3. plugin.excludesという名前のプロパティを追加し、endeca-searchexport-converter-parserという値を指定します。

      次にその例を示します。

      <property>
            <name>plugin.excludes</name>
            <value>endeca-searchexport-converter-parser</value>
            <description>Disable the IAS Document Conversion Module from running.  
            </description>
      </property>
    4. ファイルを保存して閉じます。
  2. クロール単位で設定を変更するには:
    1. <install path>\IAS\workspace\conf\web-crawler\<crawl name>に移動します。
    2. テキスト・エディタでsite.xmlを開きます。
    3. plugin.excludesという名前のプロパティを追加し、endeca-searchexport-converter-parserという値を指定します。

      次にその例を示します。

      <property>
            <name>plugin.excludes</name>
            <value>endeca-searchexport-converter-parser</value>
            <description>Disable the IAS Document Conversion Module from running as part of this crawl configuration.  
            </description>
      </property>
    4. ファイルを保存して閉じます。