User Guide
Processing Options 153
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, you should use
-prefixmap with -abspath to map the absolute filepaths to URLs.
See also -prefixmap.
-detectdupfile
Typ e: File system only
Details Enables checksum-based detection of duplicates when indexing file systems.
By default, a document checksum is not computed on indexed files. By using
-detectdupfile, 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. Note that increasing the value for -indexers requires additional
CPU and memory resources.
See also -maxindmem.
-license
Syntax: -license path_and_filename
Specifies the license file to use. By default, ind.lic is used, from:
verity/prdname/platform/admin/
Where verity/prdname is the user-definable portion of the installation directory,
and platform represents the platform directory.
-maxindmem
Syntax: -maxindmem kilobytes
Specifies the maximum amount of memory, in kilobytes, used by each indexing
thread. The number of threads is specified with
-indexers.