org.apache.nutch.searcher
Interface SegmentBean

All Superinterfaces:
Closeable, HitContent, HitSummarizer
All Known Subinterfaces:
RPCSegmentBean
All Known Implementing Classes:
DistributedSegmentBean, FetchedSegments, NutchBean

public interface SegmentBean
extends HitContent, HitSummarizer


Method Summary
 String[] getSegmentNames()
           
 
Methods inherited from interface org.apache.nutch.searcher.HitContent
getContent, getFetchDate, getParseData, getParseText
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface org.apache.nutch.searcher.HitSummarizer
getSummary, getSummary
 

Method Detail

getSegmentNames

String[] getSegmentNames()
                         throws IOException
Throws:
IOException


Copyright © 2006 The Apache Software Foundation