- Stop the CloudView server.
-
Define the content you want to disable:
- For .DOC, .PPT, .PDF, remove the following entries from the
config.xml file:
FORMAT , STORE ,
and EXTENSION .
- For
OCTREE , thumbnail , XCV
extensions, set the dedicated tag to false (for example,
<OCTREE active="false"/> ).
- To turn all off, set the
FILEINDEXING tag to false:
<FILEINDEXING active="false" /> .
-
Reset the path to the modified config.xml file 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 to use for the indexing process.
-
Restart the CloudView server.
|