Enable Apache Tika for DX Search

Apache Tika for DX Search is supported and can be enabled in the Digital Experience 95 Cumulative Fix and Container CF205 release.

Beginning with Digital Experience 95 CF205 release, Oracle DCS for DX Search Document Conversion Service is replaced with Apache Tika. Because of this change, when you upgrade to CF205, you must take a note of the DCS files backup scenarios:
  • If you are upgrading from CF202 or later, Oracle DCS files will be automatically backed up to your Digital Experience profile location and you can continue to utilize Oracle DCS for Search.
  • If you are upgrading from CF201 or earlier, you must manually back up your existing Oracle DCS files.
Don't have the backup of the Stellant files: Do not set the configureTika flag to false or run the manual tasks if you do not have the backup of the Oracle DCS files in your DX environment.

If you want to continue using the Oracle DCS for DX Search with Digital Experience CF205 or later upgrade, ensure that configureTika=false is configured in wkplc.properties before running the applyCF.sh|bat command or pass -DconfigureTika=false in the command line when running the applyCF.sh|bat command.

Enabling Tika manually

You can enable Tika manually anytime. For example, when you ran applyCF without setting the configureTika flag to false or if you enabled Oracle DCS for DX search but later on decide to use Tika, you can manually re-enable by performing the following steps:
  1. Run the following ConfigEngine task:
    ConfigEngine.sh|bat update-dcs-to-tika-search
  2. Restart the WebSphere_Portal server:
    ./stopServer.sh|bat WebSphere_Portal -user <WAS ADMIN USER> -password <WAS ADMIN USER PASSWORD>
    ./startServer.sh|bat WebSphere_Portal

Disabling Tika manually

If after enabling Tika for DX Search, you prefer to use Oracle DCS, you can manually disable Tika for Search by running the following steps:
  1. Run the following ConfigEngine task:
    ConfigEngine.sh|bat update-dcs-to-stellent-search
  2. Restart the WebSphere_Portal server:
    ./stopServer.sh|bat WebSphere_Portal -user <WAS ADMIN USER> -password <WAS ADMIN USER PASSWORD>
    ./startServer.sh|bat WebSphere_Portal