org.apache.nutch.searcher
Interface DistributedSearch.Protocol

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

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

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.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
getAnchors, getContent, getFetchDate, getParseData, getParseText
 

Method Detail

getSegmentNames

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



Copyright © 2006 The Apache Software Foundation