System information

164
CONFIGURING AND ADMINISTERING COLDFUSION 9
Using Verity Utilities
Last updated 2/21/2012
Using the didump utility
Using the didump utility, you can view key components of the word index per partition. The word list is a list of all
words indexed by the Verity engine; the zone list is a list of all zones; and the zone attribute list is a list of the zone
attributes found by the Verity engine.
The didump executable, which starts the didump application, is located in the platform/bin directory. For more
information on the specific location of this directory, see
Location of Verity utilities” on page 150.
For example:
c:\coldfusion9\verity\k2\_nti40\bin\didump /common = c:\coldfusion9\verity\k2\common-pattern
llama
c:\new\parts\00000001.did
Viewing the word list with the didump utility
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 to a partition file, like the following:
didump -words /z/collbldg/html/parts/00000003.did
An alphabetical listing of the words in the word index displays, as follows:
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 the following:
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
To view the occurrences of a specific word or pattern, enter a command using the -pattern option, as in the following
example:
didump -pattern acronym 00000003.did
In this example, the didump utility displays information about the number of occurrences of the word acronym. You
can display the individual occurrences of a word using the
-verbose option.