System information

163
CONFIGURING AND ADMINISTERING COLDFUSION 9
Using Verity Utilities
Last updated 2/21/2012
Displaying more fields
You can tell the rcvdk utility to display certain fields in the results list using the fields command, which is available
in the expert mode. To go to the expert mode, enter
x or expert at the RC prompt, then press Return.
All fields in a column are blank if the field is not defined for the collection’s schema in the documents table (in
style.ddd, style.sfl, or style.ufl). A field in a document’s row is blank if the field is not populated by a gateway, bulk
submit action, or filter.
Displaying a field
The fields command includes the field name and length to be displayed. When used, the fields command overrides
the default Score and VdkVgwKey fields for the results list.
The search engine returns fields for the results list, so if you do a search, then go to expert mode to use the fields
command, you must run the search again to see the results list with the fields you requested. For example:
RC> expert
Expert mode enabled
RC> fields title 20
RC> s universal filter
Search update: finished (100%). Retrieved: 18(18)/85.
RC> r
Retrieved: 18(18)/85
Number title
1: Using the Universal Filter
2: Using the Zone Filter
3: The Zone Filter
4: Overview
5: Table of Contents
6: Universal Filter Configuration Using the
7: Index
8: The PDF Filter
9: Document Filters and Formatting
10: Collection Style Summary
11: Collection Basics
12: Universal Filter Document Types
13: Using the style.dft File
14: Supported Field Types
15:
16: Recognized Document Types
17: Custom Zone Definitions
18: The KeyView Filter Kit
RC>
Displaying multiple fields
You can specify multiple fields with the fields command, as shown in the following example. The field order
corresponds to the order of the columns, with the first field specified appearing in the second column. The first column
is reserved for the rank order.
Rerun the search before you display the results list with the fields specified.
For example:
RC> fields score 5 title 40
RC> s universal filter
Search update: finished (100%). Retrieved: 18(18)/85.
RC>