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

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

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

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



Copyright (c) 2004-2008 The Compass Project.