MACROMEDIA COLDFUSION 4.5-ADMINISTRING COLDFUSION SERVER Technical Information Page 143

  • Download
  • Add to my manuals
  • Print
  • Page
    / 174
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 142
138
CONFIGURING AND ADMINISTERING COLDFUSION 9
Indexing Collections with Verity Spider
Last updated 2/21/2012
-exclude
Syntax
-exclude exp_1 [exp_n] ...
Specifies that files, paths, and URLs matching the specified expressions are not followed. If you use backslashes, double
them so that they are properly escaped; for example:
C:\\test\docs\path
You can use wildcard expressions, where the asterisk (*) is for text strings and the question mark (?) is for single
characters; for example:
'/my_doc*/year199?'
In Windows, include double-quotation marks around the argument to protect 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).
To use regular expressions, also specify the -regexp option.
To specify a file, path, or URL that you want followed but not indexed, use the -indexclude option. For document
types, use the
-mimeexclude option instead; for example, specify -mimeexclude application/pdf rather than -
exclude*.pdf.
Note: When specifying a URL, use full, absolute paths using the same format that appears in the HTML hypertext link.
If the link is relative, change it to absolute to use it with the
-exclude option.
See also
-regexp” on page 128.
-include
Specifies that only those files, paths, and URLs that match the specified expression or expressions are followed. If you
use backslashes, double them so that they are properly escaped; for example:
C:\\test\docs\path
You can use wildcard expressions, where the asterisk (*) is for text strings and the question mark (?) is for single
characters; for example:
'/my_doc*/year199?'
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).
To use regular expressions, also specify the -regexp option.
If your starting points do not contain the specified -include expressions, nothing is indexed. The -include option
prevents Verity Spider from even following anything that does not match the specified expressions. You might want
to use the
-indinclude option instead. Where the -include option prevents Verity Spider from even following
anything that does not match the specified expressions, the
-indinclude option allows Verity Spider to follow what
matches the specified expressions, while not indexing.
For document types, use the “-mimeinclude” on page 143 option instead; for example, specify -mimeinclude
text/html rather than -include *.htm.
Page view 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 173 174

Comments to this Manuals

No comments