Uses of Class
org.apache.nutch.searcher.Hit

Packages that use Hit
org.apache.nutch.searcher Search API 
 

Uses of Hit in org.apache.nutch.searcher
 

Methods in org.apache.nutch.searcher that return Hit
 Hit Hits.getHit(int i)
          Returns the ith hit in this list.
 Hit[] Hits.getHits(int start, int length)
          Returns a subset of the hit objects.
 

Methods in org.apache.nutch.searcher with parameters of type Hit
 HitDetails HitDetailer.getDetails(Hit hit)
          Returns the details for a hit document.
 HitDetails[] HitDetailer.getDetails(Hit[] hits)
          Returns the details for a set of hits.
 String DistributedSearch.Client.getExplanation(Query query, Hit hit)
           
 HitDetails DistributedSearch.Client.getDetails(Hit hit)
           
 HitDetails[] DistributedSearch.Client.getDetails(Hit[] hits)
           
 String Searcher.getExplanation(Query query, Hit hit)
          Return an HTML-formatted explanation of how a query scored.
 String IndexSearcher.getExplanation(Query query, Hit hit)
           
 HitDetails IndexSearcher.getDetails(Hit hit)
           
 HitDetails[] IndexSearcher.getDetails(Hit[] hits)
           
 String NutchBean.getExplanation(Query query, Hit hit)
           
 HitDetails NutchBean.getDetails(Hit hit)
           
 HitDetails[] NutchBean.getDetails(Hit[] hits)
           
 

Constructors in org.apache.nutch.searcher with parameters of type Hit
Hits(long total, Hit[] top)
           
 



Copyright © 2006 The Apache Software Foundation