Uses of Interface
org.apache.nutch.plugin.FieldPluggable

Packages that use FieldPluggable
org.apache.nutch.analysis.lang Text document language identifier. 
org.apache.nutch.indexer Maintain Lucene full-text indexes. 
org.apache.nutch.indexer.anchor An indexing plugin for inbound anchor text. 
org.apache.nutch.indexer.basic A basic indexing plugin. 
org.apache.nutch.indexer.feed   
org.apache.nutch.indexer.more A more indexing plugin. 
org.apache.nutch.indexer.subcollection   
org.apache.nutch.indexer.tld Top Level Domain Indexing plugin. 
org.apache.nutch.microformats.reltag A microformats Rel-Tag Parser/Indexer/Querier plugin. 
org.apache.nutch.parse   
org.apache.nutch.parse.ext   
org.apache.nutch.parse.feed   
org.apache.nutch.parse.html An HTML document parsing plugin. 
org.apache.nutch.parse.js   
org.apache.nutch.parse.swf   
org.apache.nutch.parse.tika   
org.apache.nutch.parse.zip   
org.apache.nutch.protocol   
org.apache.nutch.protocol.file Protocol plugin which supports retrieving local file resources. 
org.apache.nutch.protocol.ftp Protocol plugin which supports retrieving documents via the ftp protocol. 
org.apache.nutch.protocol.http Protocol plugin which supports retrieving documents via the http protocol. 
org.apache.nutch.protocol.http.api Common API used by HTTP plugins (http, httpclient
org.apache.nutch.protocol.sftp Protocol plugin which supports retrieving documents via the sftp protocol. 
org.apache.nutch.scoring   
org.apache.nutch.scoring.link   
org.apache.nutch.scoring.opic   
org.apache.nutch.scoring.tld Top Level Domain Scoring plugin. 
org.creativecommons.nutch Sample plugins that parse and index Creative Commons medadata. 
 

Uses of FieldPluggable in org.apache.nutch.analysis.lang
 

Classes in org.apache.nutch.analysis.lang that implement FieldPluggable
 class HTMLLanguageParser
          Adds metadata identifying language of document if found We could also run statistical analysis here but we'd miss all other formats
 class LanguageIndexingFilter
          An IndexingFilter that adds a lang (language) field to the document.
 

Uses of FieldPluggable in org.apache.nutch.indexer
 

Subinterfaces of FieldPluggable in org.apache.nutch.indexer
 interface IndexingFilter
          Extension point for indexing.
 

Uses of FieldPluggable in org.apache.nutch.indexer.anchor
 

Classes in org.apache.nutch.indexer.anchor that implement FieldPluggable
 class AnchorIndexingFilter
          Indexing filter that indexes all inbound anchor text for a document.
 

Uses of FieldPluggable in org.apache.nutch.indexer.basic
 

Classes in org.apache.nutch.indexer.basic that implement FieldPluggable
 class BasicIndexingFilter
          Adds basic searchable fields to a document.
 

Uses of FieldPluggable in org.apache.nutch.indexer.feed
 

Classes in org.apache.nutch.indexer.feed that implement FieldPluggable
 class FeedIndexingFilter
           
 

Uses of FieldPluggable in org.apache.nutch.indexer.more
 

Classes in org.apache.nutch.indexer.more that implement FieldPluggable
 class MoreIndexingFilter
          Add (or reset) a few metaData properties as respective fields (if they are available), so that they can be displayed by more.jsp (called by search.jsp).
 

Uses of FieldPluggable in org.apache.nutch.indexer.subcollection
 

Classes in org.apache.nutch.indexer.subcollection that implement FieldPluggable
 class SubcollectionIndexingFilter
           
 

Uses of FieldPluggable in org.apache.nutch.indexer.tld
 

Classes in org.apache.nutch.indexer.tld that implement FieldPluggable
 class TLDIndexingFilter
          Adds the Top level domain extensions to the index
 

Uses of FieldPluggable in org.apache.nutch.microformats.reltag
 

Classes in org.apache.nutch.microformats.reltag that implement FieldPluggable
 class RelTagIndexingFilter
          An IndexingFilter that add tag field(s) to the document.
 class RelTagParser
          Adds microformat rel-tags of document if found.
 

Uses of FieldPluggable in org.apache.nutch.parse
 

Subinterfaces of FieldPluggable in org.apache.nutch.parse
 interface ParseFilter
          Extension point for DOM-based parsers.
 interface Parser
          A parser for content generated by a Protocol implementation.
 

Uses of FieldPluggable in org.apache.nutch.parse.ext
 

Classes in org.apache.nutch.parse.ext that implement FieldPluggable
 class ExtParser
          A wrapper that invokes external command to do real parsing job.
 

Uses of FieldPluggable in org.apache.nutch.parse.feed
 

Classes in org.apache.nutch.parse.feed that implement FieldPluggable
 class FeedParser
           
 

Uses of FieldPluggable in org.apache.nutch.parse.html
 

Classes in org.apache.nutch.parse.html that implement FieldPluggable
 class HtmlParser
           
 

Uses of FieldPluggable in org.apache.nutch.parse.js
 

Classes in org.apache.nutch.parse.js that implement FieldPluggable
 class JSParseFilter
          This class is a heuristic link extractor for JavaScript files and code snippets.
 

Uses of FieldPluggable in org.apache.nutch.parse.swf
 

Classes in org.apache.nutch.parse.swf that implement FieldPluggable
 class SWFParser
          Parser for Flash SWF files.
 

Uses of FieldPluggable in org.apache.nutch.parse.tika
 

Classes in org.apache.nutch.parse.tika that implement FieldPluggable
 class TikaParser
          Wrapper for Tika parsers.
 

Uses of FieldPluggable in org.apache.nutch.parse.zip
 

Classes in org.apache.nutch.parse.zip that implement FieldPluggable
 class ZipParser
          ZipParser class based on MSPowerPointParser class by Stephan Strittmatter.
 

Uses of FieldPluggable in org.apache.nutch.protocol
 

Subinterfaces of FieldPluggable in org.apache.nutch.protocol
 interface Protocol
          A retriever of url content.
 

Uses of FieldPluggable in org.apache.nutch.protocol.file
 

Classes in org.apache.nutch.protocol.file that implement FieldPluggable
 class File
          File.java deals with file: scheme.
 

Uses of FieldPluggable in org.apache.nutch.protocol.ftp
 

Classes in org.apache.nutch.protocol.ftp that implement FieldPluggable
 class Ftp
          Ftp.java deals with ftp: scheme.
 

Uses of FieldPluggable in org.apache.nutch.protocol.http
 

Classes in org.apache.nutch.protocol.http that implement FieldPluggable
 class Http
           
 

Uses of FieldPluggable in org.apache.nutch.protocol.http.api
 

Classes in org.apache.nutch.protocol.http.api that implement FieldPluggable
 class HttpBase
           
 

Uses of FieldPluggable in org.apache.nutch.protocol.sftp
 

Classes in org.apache.nutch.protocol.sftp that implement FieldPluggable
 class Sftp
          This class uses the Jsch package to fetch content using the Sftp protocol.
 

Uses of FieldPluggable in org.apache.nutch.scoring
 

Subinterfaces of FieldPluggable in org.apache.nutch.scoring
 interface ScoringFilter
          A contract defining behavior of scoring plugins.
 

Classes in org.apache.nutch.scoring that implement FieldPluggable
 class ScoringFilters
          Creates and caches ScoringFilter implementing plugins.
 

Uses of FieldPluggable in org.apache.nutch.scoring.link
 

Classes in org.apache.nutch.scoring.link that implement FieldPluggable
 class LinkAnalysisScoringFilter
           
 

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

Classes in org.apache.nutch.scoring.opic that implement FieldPluggable
 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 FieldPluggable in org.apache.nutch.scoring.tld
 

Classes in org.apache.nutch.scoring.tld that implement FieldPluggable
 class TLDScoringFilter
          Scoring filter to boost tlds.
 

Uses of FieldPluggable in org.creativecommons.nutch
 

Classes in org.creativecommons.nutch that implement FieldPluggable
 class CCIndexingFilter
          Adds basic searchable fields to a document.
 class CCParseFilter
          Adds metadata identifying the Creative Commons license used, if any.
 



Copyright © 2012 The Apache Software Foundation