Uses of Class
org.compass.needle.gigaspaces.service.SearchResults

Packages that use SearchResults
org.compass.needle.gigaspaces.service   
 

Uses of SearchResults in org.compass.needle.gigaspaces.service
 

Methods in org.compass.needle.gigaspaces.service that return SearchResults
 SearchResults ServerCompassSearchService.search(String query)
           
 SearchResults CompassSearchService.search(String query)
          Search and returns all the matching objects for the given query.
 SearchResults ClientCompassSearchService.search(String query)
           
 SearchResults ServerCompassSearchService.search(String query, int maxResults)
           
 SearchResults CompassSearchService.search(String query, int maxResults)
          Search and returns maxResults the matching objects for the given query.
 SearchResults ClientCompassSearchService.search(String query, int maxResults)
           
 SearchResults ServerCompassSearchService.search(String query, int maxResults, float fromScore)
           
 SearchResults CompassSearchService.search(String query, int maxResults, float fromScore)
          Search and returns up to maxResults the matching objects for the given query.
 SearchResults ClientCompassSearchService.search(String query, int maxResults, float fromScore)
           
 



Copyright (c) 2004-2008 The Compass Project.