Uses of Class
org.exoplatform.commons.api.search.data.SearchResult
-
Packages that use SearchResult Package Description 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 Modifier and Type Method Description 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.
-