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

Packages that use SearchResult
org.exoplatform.commons.api.search Provides the class API that other 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)
          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 © 2003-2013 eXo Platform SAS. All Rights Reserved.