org.apache.nutch.searcher
Interface SearchBean

All Superinterfaces:
Closeable, HitDetailer, Searcher
All Known Subinterfaces:
RPCSearchBean
All Known Implementing Classes:
DistributedSearchBean, LuceneSearchBean, NutchBean, SolrSearchBean

public interface SearchBean
extends Searcher, HitDetailer


Field Summary
static org.apache.commons.logging.Log LOG
           
 
Method Summary
 boolean ping()
           
 
Methods inherited from interface org.apache.nutch.searcher.Searcher
getExplanation, search, search
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface org.apache.nutch.searcher.HitDetailer
getDetails, getDetails
 

Field Detail

LOG

static final org.apache.commons.logging.Log LOG
Method Detail

ping

boolean ping()
             throws IOException
Throws:
IOException


Copyright © 2006 The Apache Software Foundation