User Guide
Table Of Contents
- Contents
- Introduction
- Administering ColdFusion MX 7
- Administering ColdFusion MX
- Using the ColdFusion MX Administrator
- Contents
- Initial administration tasks
- Accessing user assistance
- Server Settings section
- Data & Services section
- Debugging & Logging section
- Extensions section
- Event Gateways section
- Security section
- Packaging and Deployment section
- Enterprise Manager section
- Custom Extensions section
- Administrator API
- Data Source Management
- Contents
- About JDBC
- Adding data sources
- Connecting to DB2 Universal Database
- Connecting to Informix
- Connecting to Microsoft Access
- Connecting to Microsoft Access with Unicode
- Connecting to Microsoft SQL Server
- Connecting to MySQL
- Connecting to ODBC Socket
- Connecting to Oracle
- Connecting to other data sources
- Connecting to Sybase
- Connecting to JNDI data sources
- Web Server Management
- Deploying ColdFusion Applications
- Administering Security
- Using Multiple Server Instances
- Administering Verity
- Introducing Verity and Verity Tools
- Indexing Collections with Verity Spider
- Using Verity Utilities
- Contents
- Overview of Verity utilities
- Using the mkvdk utility
- Using the rck2 utility
- Using the rcvdk utility
- Using the didump utility
- Using the browse utility
- Using the merge utility
- Index

114 Chapter 9: Indexing Collections with Verity Spider
Core options
The following sections describe the Verity Spider core options.
-cmdfile
Syntax:
-cmdfile path_and_filename
Specifies that Verity Spider reads command-line syntax from a file, in addition to the options
passed in the command-line. This option includes the pathname to the file that contains the
command-line syntax. The
-cmdfile option circumvents command-line length limits.
The syntax for the command-file is:
option optional_parameters
For better readability, put each option and any parameters on a single line. Verity Spider can
properly parse the lines.
Note: Macromedia strongly recommends that you take advantage of the abstraction offered by this
option. This can greatly reduce user error in erroneously including or omitting options in subsequent
indexing jobs.
-collection
Specifies the full path to the collection to create or update.
Note: You receive an error if you specify a filename with an extension of CLM. Meta collections are
not supported.
-help
Displays Verity Spider syntax options.
-jobpath
Syntax:
-jobpath path
Specifies the location of the Verity Spider databases and the indexing job-related files and
directories.
The following are the job-related directories and their contents:
log All Verity Spider log files. For descriptions of the log files, see -loglevel.
bif Bulk insert files.
temp Web pages cached for indexing. You can also specify the temp directory using the
-temp option.
These directories are created for you under the last directory specified in path.
Path values must be unique for all indexing jobs. If you do not use the
-jobpath option, Verity
Spider creates a /spider/job directory within the collection. For multiple-collection tasks, the first
collection specified is used.
Note: You cannot use multiple job paths for multiple simultaneous indexing tasks for the same
collection. Only one indexing task at a time can run for a given collection.