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

Processing options 115
-style
Syntax:
-style path
Specifies the path to the style files to use when creating a new collection.
If the
-style option is not specified, Verity Spider uses the default style files in
cf_root/lib/common/style.
Note: You can safely omit the -style option when resubmitting an indexing job, as the style
information will already be part of the collection. If you are using the
-cmdfile option, you can leave it
there.
Processing options
The following sections describe the Verity Spider processing options.
-abspath
Typ e : File system only
Generates absolute paths for files. Use this option when the document locations are not going to
change, but the collection might be moved around.
When you index a web server's contents through the file system, use the
-prefixmap option with
the
-abspath option to map the absolute file paths to URLs.
See also
-prefixmap.
-detectdupfile
Typ e : File system only
Enables checksum-based detection of duplicates when indexing file systems.
By default, a document checksum is not computed on indexed files. By using the
-detectdupfile option, a checksum is computed based on the CRC-32 algorithm. The
checksum combined with the document size is used to determine if the document is a duplicate.
-indexers
Syntax:
-indexers num_indexers
Specifies the maximum number of indexing threads to run on a collection.
The default value is 2. Increasing the value for the
-indexers option requires additional CPU
and memory resources.
See also
-maxindmem.
-license
Syntax:
-license path_and_filename
Specifies the license file to use.
By default, the ind.lic file is used, from the verity_root/platform/bin directory.; where platform
represents the platform directory.