System information

165
CONFIGURING AND ADMINISTERING COLDFUSION 9
Using Verity Utilities
Last updated 2/21/2012
Viewing the zone list with the didump utility
The zone list contains a list of the zones identified by the zone filter. You can search the zones listed using the Verity
IN operator in a query. To view the contents of the zone list, use the didump utility with the
-zones flag plus the path
to a partition, like the following:
didump -zones /z/collbldg/html/parts/00000003.did
This partition is for a collection containing the Verity Collection Building Guide in HTML. The Verity universal filter
started the HTML filter by default, and indexed the documents using these zones.
didump - Verity, Inc. Version 2.5.0 (_solaris, Jul 07 1999)
ZoneName Fmt Size Doc Regions
A Wct 10239 85 5016
ADDRESS Array 34 1 1
BODY Array 197 85 85
CAPTION Wct 298 31 85
CODE Wct 3868 66 1829
H1 Array 80 83 83
H2 Wct 646 53 212
H3 Wct 517 49 171
H4 Wct 128 8 47
HEAD Array 70 85 85
HTML Array 165 85 85
TITLE Array 70 85 85
The columns in the display indicate the following:
Fmt The internal data format used to store the zone information.
Size The number of bytes used by the Verity engine to store information about the zone.
Doc The number of unique documents in which the zone appears
Region The total number of instances of a zone for the partition
Viewing the zone attribute list with the didump utility
The zone attribute list contains a list of the HTML attributes for the zones identified by the HTML zone filter. You can
search the zone attributes listed using the Verity IN operator together with the WHEN operator in a query. To view
the contents of the zone attributes list, use the didump utility with the
-attributes flag plus the path to a partition,
like the following:
didump -attributes /z/collbldg/html/parts/00000003.did
This partition is for a collection containing the Verity Collection Building Guide in HTML.
didump - Verity, Inc. Version 2.5.0 (_solaris, Jul 9 1999)
Text Size Doc Word
href 01_cbg.htm 10 2 4
href 01_cbg.htm#282870 3 1 1
href 01_cbg.htm#282872 6 2 2
href 01_cbg1.htm 8 2 3
href 01_cbg1.htm#286513 7 2 2
href 01_cbg1.htm#286520 3 1 1
...