Uses of Interface
org.compass.core.CompassHits

Packages that use CompassHits
org.compass.core   
org.compass.core.impl   
org.compass.core.lucene.util   
org.compass.core.spi   
org.compass.core.support.search   
 

Uses of CompassHits in org.compass.core
 

Methods in org.compass.core that return CompassHits
 CompassHits CompassTemplate.find(String query)
           
 CompassHits CompassOperations.find(String query)
          Finds a list of objects that match the specified query.
 CompassHits CompassQuery.hits()
          Performs the search and returns the hits that match the qeury.
 

Uses of CompassHits in org.compass.core.impl
 

Classes in org.compass.core.impl that implement CompassHits
 class DefaultCompassHits
           
 

Methods in org.compass.core.impl that return CompassHits
 CompassHits DefaultCompassSession.find(String query)
           
 CompassHits DefaultCompassQuery.hits()
           
 

Uses of CompassHits in org.compass.core.lucene.util
 

Methods in org.compass.core.lucene.util with parameters of type CompassHits
static LuceneSearchEngineHits LuceneHelper.getLuceneSearchEngineHits(CompassHits hits)
          Returns the underlying LuceneSearchEngineHits of the given CompassHits.
 

Uses of CompassHits in org.compass.core.spi
 

Subinterfaces of CompassHits in org.compass.core.spi
 interface InternalCompassHits
           
 

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

Methods in org.compass.core.support.search with parameters of type CompassHits
protected  void CompassSearchHelper.doProcessBeforeDetach(CompassSearchCommand searchCommand, CompassSession session, CompassHits hits, int from, int size)
          An option to perform any type of processing before the hits are detached.
 



Copyright (c) 2004-2008 The Compass Project.