System information

143
CONFIGURING AND ADMINISTERING COLDFUSION 9
Indexing Collections with Verity Spider
Last updated 2/21/2012
If you use the y override flag, the value for the custom meta tag overrides the value for the valid field, even if both values
are present and differ. This can be useful when the valid field value is always sent, but you want to specify your own
value with a custom meta tag.
If you use the n override flag, the value for the custom meta tag is used only if there is no value for the valid field
returned by the server. If a value for the valid field exists, it is given precedence.
Note: If you have several entries mapping to the same valid field, only the last entry takes effect.
-mimeexclude
Syntax
-mimeexclude mime_1 [mime_n] ...
Specifies MIME types that are not followed or indexed.
In Windows, include double-quotation marks around the argument to protect the special characters, such as the
asterisk (*). On UNIX, use single-quotation marks. This is only required when you run the indexing job from a
command line. Quotation marks are not necessary within a command file (the
-cmdfile option).
The default is to include all MIME types. For the MIME variable, you can include the asterisk (*) wildcard for text
strings; for example:
'text/*'
You cannot use the question mark (?) wildcard, and the -regexp option does not let you use regular expressions.
Use the -indmimeexclude option to allow Verity Spider to follow documents, without indexing them, to gain access
to other desirable document types.
-mimeinclude
Syntax
-mimeinclude mime_1 [mime_n] ...
Specifies MIME types to be included.
In Windows, include double-quotation marks around the argument to protect the special characters, such as the
asterisk (*). On UNIX, use single-quotation marks. This is only required when you run the indexing job from a
command line. Quotation marks are not necessary within a command file (the
-cmdfile option).
The default is to include all MIME types. For the MIME variable, you can include the asterisk (*) wildcard for text
strings; for example:
'text/*'
You cannot use the question mark (?) wildcard, and the -regexp option does not let you use regular expressions.
-mindocsize
Syntax
-mindocsize integer
Specifies the minimum size, in kilobytes, for documents to be indexed. Any documents smaller than the value specified
by the
-mindocsize option are ignored.