Note: This applies to DocuShare 6.5.3, 6.6.1, and 7.
ResetIndexes
Syntax: resetindexes [option]
Note: The resetindexes utility is installed by default in the {dshome}\bin directory.
Note: It is recommended to run the resetindexes utility after a DocuShare site has been upgraded to DocuShare 6.6.1.
Note: If you are running DocuShare 6.5.3, you will need to download the following resetindexes utility from DoUG at https://docushare.xerox.com/doug/dsweb/View/Collection-5093
The ResetIndexes utility is used to rebuild the default set of DocuShare database indices.
The resetIndexes command drops all DocuShare defined database indexes. Then reapplies them.
When running, the command displays a log line for each drop and each add, and then writes the results to a specified log file.
Warning: Backup DocuShare Documents and Database before running any command that makes changes to Docushare.
For detailed instructions on backup, please follow the article How To Backup DocuShare
Note: It is recommended that DocuShare be stopped when running resetindexes.
Options for resetIndexes:
-h Display the command help text.
-l Write the output of this command to this specified log file. The default log file is stdOut.
Note: This information is also available in the DocuShare Command Line Utilities Guide.
- Stop DocuShare
- Open a command prompt run as Administrator
- cd to {dshome}/bin
- Run the command resetIndexes -l {dshome}\logs\resetIndexes.log
Replace {dshome} by the correct path. Example: C:\Xerox\DocuShare
- Start DS
Solution ID: 981