Issue
After running verifyIndex the count and indexed count are different.
Example:
Comparing object count and indexed count by class name:
classname = User; object count = 3; indexed count = 3
classname = Collection; object count = 6; indexed count = 6
classname = Document; object count = 556609; indexed count = 557008
classname = MailMessage; object count = 1; indexed count = 1
classname = Group; object count = 8; indexed count = 8
Reason / Possible Cause
The inconsistency can happen if the objects were indexed in the past and later deleted from DocuShare but not removed from the IDOL index.
Solution
You can run the verifyindex deleted command to resolve the discrepancy.
To run the verifyindex deleted command:
- Open a Command Prompt window.
- Change into the directory.
Where is replaced with the Installation directory for DocuShare. The default installation path is C:\Xerox\Docushare. Depending on your installation environment the path may vary.
- Type dsindexindex deleted and press Enter.
Example:
C:\Xerox\Docushare\bin>verifyindex deleted
-------
Running verifyindex deleted
Deleted objects verification: Note: Verify that all objects are indexed first before running this option.
Object counts by class name:
classname = Weblog; count = 0
classname = User; count = 3
classname = Collection; count = 6
classname = Document; count = 2
classname = Bulletin; count = 0
classname = test; count = 0
classname = MailMessage; count = 1
classname = Event; count = 0
classname = Workspace; count = 0
classname = Calendar; count = 0
classname = SavedQuery; count = 0
classname = Group; count = 8
classname = WikiPage; count = 0
classname = BulletinBoard; count = 0
classname = WeblogEntry; count = 0
classname = Subscription; count = 0
classname = Wiki; count = 0
classname = URL; count = 0
classname = Space; count = 0
Total object count = 20
Total indexed count = 20
Comparing object count and indexed count by class name:
classname = User; object count = 3; indexed count = 3
classname = Collection; object count = 6; indexed count = 6
classname = Document; object count = 2; indexed count = 2
classname = MailMessage; object count = 1; indexed count = 1
classname = Group; object count = 8; indexed count = 8
Done.
Solution Updated: April 25, 2016
Solution ID: 1724
Keywords:
index discrepancy
index difference