[TOC]

  • Prev
  • Next

Uses of Interface

org.apache.nutch.scoring.ScoringFilter

Uses of ScoringFilter in org.apache.nutch.scoring

Classes in org.apache.nutch.scoring that implement ScoringFilter Modifier and Type Class and Description class AbstractScoringFilter class ScoringFilters Creates and caches ScoringFilter implementing plugins.

Uses of ScoringFilter in org.apache.nutch.scoring.depth

Classes in org.apache.nutch.scoring.depth that implement ScoringFilter Modifier and Type Class and Description class DepthScoringFilter This 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 Modifier and Type Class and Description class LinkAnalysisScoringFilter

Uses of ScoringFilter in org.apache.nutch.scoring.opic

Classes in org.apache.nutch.scoring.opic that implement ScoringFilter Modifier and Type Class and Description class OPICScoringFilter This 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.tld

Classes in org.apache.nutch.scoring.tld that implement ScoringFilter Modifier and Type Class and Description class TLDScoringFilter Scoring filter to boost tlds.

Uses of ScoringFilter in org.apache.nutch.scoring.urlmeta

Classes in org.apache.nutch.scoring.urlmeta that implement ScoringFilter Modifier and Type Class and Description class URLMetaScoringFilter For documentation:

  • Prev
  • Next

Copyright © 2014 The Apache Software Foundation