kill_exact.cfg

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

When this list exists, it will be automatically applied to all non-Push collections when the collection is indexed.

Table of Contents

Format

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

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

The pattern does not support wildcards or regular expressions.

Example

http://www.funnelback.com/contact  # Matches single URL
http://www.funnelback.com/calendar.cgi  # matches calendar.cgi only