Uses of Interface
org.compass.core.CompassHit

Packages that use CompassHit
org.compass.core   
org.compass.core.impl   
org.compass.core.support.search   
 

Uses of CompassHit in org.compass.core
 

Methods in org.compass.core that return CompassHit
 CompassHit[] CompassDetachedHits.getHits()
          Returns all the CompassHits data as an array.
 CompassHit CompassHitsOperations.hit(int n)
          Returns a compass hit wrapper that maps to the n'th hit
 

Uses of CompassHit in org.compass.core.impl
 

Classes in org.compass.core.impl that implement CompassHit
 class DefaultCompassHit
           
 

Methods in org.compass.core.impl that return CompassHit
 CompassHit[] DefaultCompassDetachedHits.getHits()
           
 CompassHit DefaultCompassHits.hit(int n)
           
 CompassHit DefaultCompassDetachedHits.hit(int n)
           
 CompassHit DefaultCompassHitIterator.next()
           
 

Methods in org.compass.core.impl that return types with arguments of type CompassHit
 Iterator<CompassHit> AbstractCompassHits.iterator()
           
 

Uses of CompassHit in org.compass.core.support.search
 

Methods in org.compass.core.support.search that return CompassHit
 CompassHit[] CompassSearchResults.getHits()
          Returns the hits that resulted from the search operation.
 

Constructors in org.compass.core.support.search with parameters of type CompassHit
CompassSearchResults(CompassHit[] hits, long searchTime, int totalHits)
           
 



Copyright (c) 2004-2008 The Compass Project.