User Guide

152 Chapter 12: Troubleshooting Collections with Verity Utilities
The columns in the display indicate the following:
Size The number of bytes used by the Verity engine to store information about the zone
attribute
Doc The number of unique documents in which the zone attribute appears
Word The total number of occurrences of a zone attribute for the partition
Using the Verity browse utility
A documents table is built for each partition in a collection. The documents table is used for field
searching and for sorting search results. The fields within the documents table are defined by the
following collection style files:
style.ddd Defines fields used internally by the Verity engine, identified by an initial
underscore character (_).
style.sfl Defines standard fields (many of which are commented out to limit the size of the
documents table).
style.ufl Defines custom fields that are not included in the style.sfl file.
The value of each field can be filled in from source documents or can be provided explicitly. If a
field is blank, it has not been populated.
The browse utility executable, which starts the browse utility application, is located in the
cf_root\lib\_nti40\bin directory in Windows, and in the cf_root/lib/platform/bin directory on
UNIX.
In these pathnames, cf_root refers to the ColdFusion MX root directory. In Windows, this is
typically C:\CFusionMX; on UNIX, this is typically /opt/coldfusionmx. On UNIX, platform
refers to the UNIX version of the server that runs ColdFusion: _solaris, _hpux11, or _ilnx21.
For example:
c:\cfusionmx\lib\_nti40\bin\browse /common = c:\cfusionmx\lib\common
c:\my_collection\parts\0000001.ddd
Using menu options with the browse utility
Use the following browse command to start the utility and display a set of menu options:
browse 00000003.ddd
The system displays the following menu of options available for the browse utility:
D:\VERITY\colltest\parts>browse 00000003.ddd
BROWSE OPTIONS
?) help
q) quit
c) Number of entries in field
_) Toggle viewing fields beginning with '_'
v) Toggle viewing selected fields
##) Display all fields in specified record number
Dispatch/Compound field options:
n) No dispatch
d) Dispatch
s) Dispatch as stream
Action (? for help):