User Guide
206 Chapter 10 Verity Troubleshooting Utilities
Using the Verity didump Utility
Using the didump utility, you can view key components of the word index per
partition. The word list consists of a list of all words indexed by the Verity engine. The
zone list is a list of all zones found by the engine. The zone attribute list is a list of the
zone attributes found by the engine.
didump can be found in the ColdFusion bin directory:
•
cfusion\bin (Windows)
•
opt/coldfusion/verity/<platform>/bin (UNIX), where <platform> is
_ssol26, _hpux11, or _ilnx21.
For example:
c:\cfusion\bin\didump /common = c:\cfusion\verity\common -pattern llama
c:\new\parts\00000001.did
Viewing the word list with didump
You can view the contents of the word list for a partition by using the didump utility
with the -words flag. The command-line syntax must include the -words flag and a
path name to a partition file, like this:
didump -words /z/collbldg/html/parts/00000003.did
The display provides an alphabetical listing of the words in the word index, as shown
below.
didump - Verity, Inc. Version 2.5.0 (_nti31, Jul 7 1999)
Text Size Doc Word
A 10 3 4
a 34 5 24
abbreviations 4 1 1
about 4 1 1
acronym 5 1 2
acronyms 4 1 1
actual 4 1 1
administrator 3 1 1
advance 3 1 1
all 8 2 3
also 9 2 4
Always 4 1 1
always 9 2 3
ampersand 4 1 1
The columns in the display indicate:
• Size The number of bytes used by the Verity engine to store information about
the word
•
Doc The number of unique documents in which the word appears
•
Word The total number of occurrences of a word for the partition