Uses of Interface
org.apache.nutch.scoring.ScoringFilter
Packages that use ScoringFilter
Package
Description
The
ScoringFilter interface.Scoring filter to stop crawling at a configurable depth
(number of "hops" from seed URLs).
Scoring filter used in conjunction with
WebGraph.Metadata Scoring Plugin
Scoring filter implementing a variant of the Online Page Importance Computation
(OPIC) algorithm.
Scoring filter to modify score or status of orphaned pages (no inlinks found
for a configurable amount of time).
URL Meta Tag Scoring Plugin
-
Uses of ScoringFilter in org.apache.nutch.scoring
Classes in org.apache.nutch.scoring that implement ScoringFilterModifier and TypeClassDescriptionclassclassCreates and cachesScoringFilterimplementing plugins. -
Uses of ScoringFilter in org.apache.nutch.scoring.depth
Classes in org.apache.nutch.scoring.depth that implement ScoringFilterModifier and TypeClassDescriptionclassThis scoring filter limits the number of hops from the initial seed urls. -
Uses of ScoringFilter in org.apache.nutch.scoring.link
Classes in org.apache.nutch.scoring.link that implement ScoringFilter -
Uses of ScoringFilter in org.apache.nutch.scoring.metadata
Classes in org.apache.nutch.scoring.metadata that implement ScoringFilter -
Uses of ScoringFilter in org.apache.nutch.scoring.opic
Classes in org.apache.nutch.scoring.opic that implement ScoringFilterModifier and TypeClassDescriptionclassThis plugin implements a variant of an Online Page Importance Computation (OPIC) score, described in this paper: Abiteboul, Serge and Preda, Mihai and Cobena, Gregory (2003), Adaptive On-Line Page Importance Computation. -
Uses of ScoringFilter in org.apache.nutch.scoring.orphan
Classes in org.apache.nutch.scoring.orphan that implement ScoringFilterModifier and TypeClassDescriptionclassOrphan scoring filter that determines whether a page has become orphaned, e.g. -
Uses of ScoringFilter in org.apache.nutch.scoring.similarity
Classes in org.apache.nutch.scoring.similarity that implement ScoringFilter -
Uses of ScoringFilter in org.apache.nutch.scoring.urlmeta
Classes in org.apache.nutch.scoring.urlmeta that implement ScoringFilter