org.apache.nutch.searcher
Interface HitDetailer

All Known Subinterfaces:
RPCSearchBean, SearchBean
All Known Implementing Classes:
DistributedSearchBean, IndexSearcher, LuceneSearchBean, NutchBean, SolrSearchBean

public interface HitDetailer

Service that returns details of a hit within an index.


Method Summary
 HitDetails getDetails(Hit hit)
          Returns the details for a hit document.
 HitDetails[] getDetails(Hit[] hits)
          Returns the details for a set of hits.
 

Method Detail

getDetails

HitDetails getDetails(Hit hit)
                      throws IOException
Returns the details for a hit document.

Throws:
IOException

getDetails

HitDetails[] getDetails(Hit[] hits)
                        throws IOException
Returns the details for a set of hits. Hook for parallel IPC calls.

Throws:
IOException


Copyright © 2006 The Apache Software Foundation