MACROMEDIA COLDFUSION 4.5-ADMINISTRING COLDFUSION SERVER Technical Information Page 149

  • Download
  • Add to my manuals
  • Print
  • Page
    / 174
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 148
144
CONFIGURING AND ADMINISTERING COLDFUSION 9
Indexing Collections with Verity Spider
Last updated 2/21/2012
The default is to index documents of any sizes.
-skip
Type
Web crawling only
Syntax
-skip HTML_tag "exp"
Specifies that Verity Spider not index any HTML document that contains the text of exp within the given HTML_tag.
For multiple HTML_tag and exp combinations, use multiple instances of the
-skip option.
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).
If you use backslashes, double them so that they are properly escaped; for example:
C:\\test\docs\path
To use regular expressions, also specify the -regexp option.
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” on page 128.
Locale options
The Verity Spider locale options are:
-charmap
Syntax
-charmap name
Page view 148
1 2 ... 144 145 146 147 148 149 150 151 152 153 154 ... 173 174

Comments to this Manuals

No comments