Locale Options - MACROMEDIA COLFUSION MX 7 - CONFIGURING AND ADMINISTERING COLDFUSION MX Manual

Hide thumbs Also See for COLFUSION MX 7 - CONFIGURING AND ADMINISTERING COLDFUSION MX:
Table of Contents

Advertisement

Example 1
To skip all HTML documents that contain the word "personnel" in the Title element, use the
following:
-skip title "personnel"
Example 2
To skip all HTML documents that contain both the word "private" and the phrase "internal user"
in any paragraph element, use the following:
-skip title "personnel"
-skip p "*internal use*"
See also
-regexp

Locale options

The following sections describe the Verity Spider locale options.
-charmap
Syntax:
-charmap name
Specifies the character map to use. Valid values are 8859 or 850. The default value is 8859.
-common
Specifies the path to the Verity home directory, cf_root/verity/k2/common.
Note: This option is typically not needed, as long as the PATH environment variable is set correctly.
-datefmt
Syntax:
-datefmt format
Specifies the Verity import date format to use. Valid values are MDY (the default), DMY, YMD,
USA, and EUR. (For descriptions of these values, see
-language
Syntax:
-language name
Specifies the Verity locale to use in indexing. This option is being replaced by the semantically
consistent the
-locale
-locale
Syntax:
-locale name
Specifies the Verity locale to use in indexing, such as German (deutsch) or French (français). The
default is English (english). This option is identical to the
.
option, and is still supported for backwards compatibility.
"Date format options" on page
option.
-language
147.)
Locale options
135

Advertisement

Table of Contents
loading

Table of Contents