Class OrphanScoringFilter

java.lang.Object
org.apache.nutch.scoring.AbstractScoringFilter
org.apache.nutch.scoring.orphan.OrphanScoringFilter
All Implemented Interfaces:
Configurable, Pluggable, ScoringFilter

public class OrphanScoringFilter extends AbstractScoringFilter
Orphan scoring filter that determines whether a page has become orphaned, e.g. it has no more other pages linking to it. If a page hasn't been linked to after markGoneAfter seconds, the page is marked as gone and is then removed by an indexer. If a page hasn't been linked to after markOrphanAfter seconds, the page is removed from the CrawlDB.