-
Using MQL, apply the
config.xml file to your database by running:
set system searchindex file CONFIGFILE_PATH_AND_NAME ;
Where CONFIGFILE_PATH_AND_NAME is the path and file name of the config.xml file used by the indexing process.
For more information, see Applying configuration.
-
Using MQL, run a baseline indexing to reindex all objects:
start searchindex mode FULL ;
For more information, see Running Indexing.
|