Skip to content

Kill Exact

Introduction

Name

kill_exact.cfg

Location

~/conf/COLLECTION/

Description

Defines URLs to be killed from a collection during the indexing phase.

To access the Kill Exact configuration editor, go to administration home page then under the Administer tab select Browse Collection Configuration Files and it will open up the file manager. Then click on Edit Configuration Files button and it will navigate you to the configuration file manager. Alternatively you can use a WebDAV Client to edit this file directly.

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

If you need to kill documents at another time you may use the console to run below command:

$SEARCH_HOME/bin/padre-fl $SEARCH_HOME/data/$COLLECTION_NAME/$CURRENT_VIEW/idx/index $SEARCH_HOME/conf/$COLLECTION_NAME/kill_exact.cfg -exactmatch -kill

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

See also

top

Funnelback logo
v15.24.0