Custom Value for Last-Modifed Date
You want to use a custom meta tag in HTML documents to
replace the Last-Modified date value returned by the web server. This
example is overly simplistic to highlight the usage of -metafile.
Your indexing jobs will likely differ.
- vspider -cmdfile /verity/spider/meta.cmd
where meta.cmd consists of:
- -collection icd.coll
- -metafile /verity/dlt.txt
and dlt.txt consists of the following:
- Document_Last_Touched Last-Modified
If you want the Document_Last_Touched
value to always take precedence, add the override flag "Y" at
the end of the entry. If you want the Document_Last_Touched
value to be used only when the web server does not itself provide a
value for Last_Modified, then add the override flag "N"
at the end of the entry.
The custom meta tag Document_Last_Touched
must exist in all HTML documents, and contain a date value in one of the
following date formats:
Case-specific Options
Copyright © 1998, Verity, Inc. All rights reserved.