query-kill.cfg

query-kill.cfg defines a set of queries, which return a set of URls to be killed, during the indexing phase.

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

All the URLs killed by this feature will not be included in the subsequent query results.

Format

The file consists of a list of queries, which return a set of URLs to be killed, with one query per line.

# comment-line
QUERY-LANGUAGE-EXPRESSION
QUERY-LANGUAGE-EXPRESSION

a Funnelback search query, expressed using the Funnelback query language.

comment-line

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

Example

Kill all the documents containing the term enterprise or organization, and all documents containing both public and internet during the indexing phase.

# comment line
[enterprise organization]
public internet