Applying Configuration

Once your indexing scope has been configured or when you modify your existing configuration in config.xml, you must apply the new configuration.


Before you begin:
  • Open your working config.xml file or the file used for the indexing process. The default config.xml file is located in SERVER_INSTALL\Apps\BusinessProcessServices\VERSION\Modules\ENOFramework\AppInstall\Programs.
  • Review Config.xml Parameters for information on the different parameters used in the file.
  • The 3DSpace Index must be running before committing modifications made to the config.xml file.
    Important: It 3DSpace Index is not running, the following warning message displays: Unable to connect to index server. Config file saved, but "set system searchindex" command will need to be run again to use index server.
  • When changing the config.xml contents, restart the application server that performs searches, and run an indexing operation to make sure that changes are available for search.
See Also
Configuring Indexing
Config.xml Parameters
Running Indexing
  1. Make the required modifications.
    Note: If you make changes to the config.xml file on a running application server, you need to restart the application server.
  2. Set the context and apply the config.xml file to your database in MQL:

    set context user creator;
    set system searchindex file CONFIGFILE_PATH_AND_NAME force;

    Where CONFIGFILE_PATH_AND_NAME is the path and file name of the config.xml file used by the indexing process.

  3. Restart your application server.
  4. Run a new indexing process.