Uses of Class
org.apache.nutch.fetcher.FetcherOutput

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

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

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

Uses of FetcherOutput in org.apache.nutch.fetcher
 

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

Uses of FetcherOutput in org.apache.nutch.indexer
 

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

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

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

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

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

Uses of FetcherOutput in org.apache.nutch.segment
 

Methods in org.apache.nutch.segment with parameters of type FetcherOutput
 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.
 void SegmentWriter.append(FetcherOutput fo, Content co, ParseText pt, ParseData pd)
          Append new values to the output segment.
 

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 © 2006 The Apache Software Foundation