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. 
net.nutch.indexer.more A more indexing plugin. 
net.nutch.segment   
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 net.nutch.indexer.more
 

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

Uses of FetcherOutput in net.nutch.segment
 

Methods in net.nutch.segment with parameters of type FetcherOutput
 void SegmentWriter.append(FetcherOutput fo, Content co, ParseText pt, ParseData pd)
          Append new values to the output segment.
 boolean SegmentReader.get(long n, FetcherOutput fo, Content co, ParseText pt, ParseData pd)
          Get a specified entry from the segment.
 boolean SegmentReader.next(FetcherOutput fo, Content co, ParseText pt, ParseData pd)
          Read values from all open readers.
 

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 © 2005 The Nutch Organization.