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

Packages that use SearchResult
org.exoplatform.commons.api.search   
 

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)
          This search method 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)
          The connectors must implement this search method, with the following parameters and return a collection of SearchResult
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.