org.apache.nutch.searcher
Interface DistributedSearch.Protocol

All Superinterfaces:
Closeable, HitContent, HitDetailer, HitInlinks, HitSummarizer, Searcher, org.apache.hadoop.ipc.VersionedProtocol
All Known Implementing Classes:
NutchBean
Enclosing class:
DistributedSearch

public static interface DistributedSearch.Protocol
extends Searcher, HitDetailer, HitSummarizer, HitContent, HitInlinks, org.apache.hadoop.ipc.VersionedProtocol

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 java.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 java.io.Closeable
close
 
Methods inherited from interface org.apache.nutch.searcher.HitInlinks
getAnchors, getInlinks
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface org.apache.hadoop.ipc.VersionedProtocol
getProtocolVersion
 

Method Detail

getSegmentNames

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



Copyright © 2006 The Apache Software Foundation