org.apache.nutch.searcher
Interface DistributedSearch.Protocol

All Superinterfaces:
Closeable, HitContent, HitDetailer, HitInlinks, HitSummarizer, Searcher
All Known Implementing Classes:
NutchBean
Enclosing interface:
DistributedSearch

public static interface DistributedSearch.Protocol
extends Searcher, HitDetailer, HitSummarizer, HitContent, HitInlinks

The distributed search protocol.


Method Summary
 String[] getSegmentNames()
          The name of the segments searched by this node.
 
Methods inherited from interface org.apache.nutch.searcher.Searcher
getExplanation, search
 
Methods inherited from interface org.apache.hadoop.io.Closeable
close
 
Methods inherited from interface org.apache.nutch.searcher.HitDetailer
getDetails, getDetails
 
Methods inherited from interface org.apache.nutch.searcher.HitSummarizer
getSummary, getSummary
 
Methods inherited from interface org.apache.nutch.searcher.HitContent
getContent, getFetchDate, getParseData, getParseText
 
Methods inherited from interface org.apache.nutch.searcher.HitInlinks
getAnchors, getInlinks
 

Method Detail

getSegmentNames

public String[] getSegmentNames()
The name of the segments searched by this node.



Copyright © 2006 The Apache Software Foundation