Uses of Class
net.nutch.fetcher.FetcherOutput

Packages that use FetcherOutput
net.nutch.analysis.lang Text document language identifier. 
net.nutch.fetcher The Nutch robot. 
net.nutch.indexer Maintain Lucene full-text indexes. 
net.nutch.indexer.basic A basic indexing plugin. 
org.creativecommons.nutch Sample plugins that parse and index Creative Commons medadata. 
 

Uses of FetcherOutput in net.nutch.analysis.lang
 

Methods in net.nutch.analysis.lang with parameters of type FetcherOutput
 Document LanguageIdentifier.filter(Document doc, Parse parse, FetcherOutput fo)
           
 

Uses of FetcherOutput in net.nutch.fetcher
 

Methods in net.nutch.fetcher that return FetcherOutput
static FetcherOutput FetcherOutput.read(DataInput in)
           
 

Uses of FetcherOutput in net.nutch.indexer
 

Methods in net.nutch.indexer with parameters of type FetcherOutput
static Document IndexingFilters.filter(Document doc, Parse parse, FetcherOutput fo)
          Run all defined filters.
 Document IndexingFilter.filter(Document doc, Parse parse, FetcherOutput fo)
          Adds fields or otherwise modifies the document that will be indexed for a parse.
 

Uses of FetcherOutput in net.nutch.indexer.basic
 

Methods in net.nutch.indexer.basic with parameters of type FetcherOutput
 Document BasicIndexingFilter.filter(Document doc, Parse parse, FetcherOutput fo)
           
 

Uses of FetcherOutput in org.creativecommons.nutch
 

Methods in org.creativecommons.nutch with parameters of type FetcherOutput
 Document CCIndexingFilter.filter(Document doc, Parse parse, FetcherOutput fo)
           
 



Copyright © 2004 The Nutch Organization.