Uses of Class
net.nutch.parse.ParseText

Packages that use ParseText
net.nutch.parse   
net.nutch.searcher Search API 
net.nutch.segment   
 

Uses of ParseText in net.nutch.parse
 

Methods in net.nutch.parse that return ParseText
static ParseText ParseText.read(DataInput in)
           
 

Uses of ParseText in net.nutch.searcher
 

Methods in net.nutch.searcher that return ParseText
 ParseText FetchedSegments.getParseText(HitDetails details)
           
 ParseText HitContent.getParseText(HitDetails details)
          Returns the ParseText of a hit document.
 ParseText NutchBean.getParseText(HitDetails hit)
           
 ParseText DistributedSearch.Client.getParseText(HitDetails hit)
           
 

Uses of ParseText in net.nutch.segment
 

Methods in net.nutch.segment with parameters of type ParseText
 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.
 



Copyright © 2005 The Nutch Organization.