kill_exact.cfg

kill_exact.cfg defines specific URLs to be killed from a data source during the indexing phase.

When this file exists, it will be automatically applied to all non-Push data sources when the data source is indexed.

Format

The file consists of a list of URL patterns of documents to kill, with one URL per line.

# comment-line
URL-PATTERN
URL-PATTERN

a simple string that is matched against the indexed URL as an exact URL match.

For http URLs the http:// can be omitted.

The pattern does not support wildcards or regular expressions.
comment-line

a line that starts with a # is a comment line and ignored when reading the configuration file.

Example

http://www.funnelback.com/contact  # Matches single URL
www.funnelback.com/contact  # Same as the line above
https://www.funnelback.com/calendar.cgi  # matches calendar.cgi only