Uses of Class
org.exoplatform.commons.api.search.data.SearchResult

Packages that use SearchResult
org.exoplatform.commons.api.search Provides the API that drivers and connectors might implement for searching business. 
 

Uses of SearchResult in org.exoplatform.commons.api.search
 

Methods in org.exoplatform.commons.api.search that return types with arguments of type SearchResult
abstract  Map<String,Collection<SearchResult>> SearchService.search(SearchContext context, String query, Collection<String> sites, Collection<String> types, int offset, int limit, String sort, String order)
          Aggregates search results from all connectors.
abstract  Collection<SearchResult> SearchServiceConnector.search(SearchContext context, String query, Collection<String> sites, int offset, int limit, String sort, String order)
          Returns a collection of search results from the connectors.
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.