System information
136
CONFIGURING AND ADMINISTERING COLDFUSION 9
Indexing Collections with Verity Spider
Last updated 2/21/2012
-pathlen
Syntax
-pathlen num_pathsegments
Limits indexing to the specified number of path segments in the URL or file system path. The path length is determined
as follows:
• The host name and drive letter are not included. For example, www.spider.com:80/ or C:\ is not included in
determining the path length.
• All elements following the host name are included.
• The actual filename, if present, is included; for example, /world.html would be included in determining the path
length.
• Any directory paths between the host and the actual filename are included.
Example
For the following URL, the path length would be four:
http://www.spider:80/comics/fun/funny/world.html
<-1-><2><-3-> <---4--->
For the following file system path, the path length would be three:
C:\files\docs\datasheets
<-1-><-2-><---3--->
The default value is 100 path segments.
-refreshtime
Syntax
-refreshtime timeunits
Specifies not to refresh any documents that have been indexed since the timeunits value began.
The following is the syntax for timeunits:
n day n hour n min n sec
Where n is a positive integer. You must include spaces, and since the first three letters of each time unit are parsed, you
can use the singular or plural form of the word.
If you specify the following:
-refreshtime 1 day 6 hours
Only those documents that were last indexed at least 30 hours and 1 sec ago, are refreshed.
Note: This option is valid only with the -refresh option. When you use vsdb -recreate, the last indexed date is
cleared.