Uses of Class
org.exoplatform.commons.api.search.data.SearchContext
-
Packages that use SearchContext Package Description org.exoplatform.commons.api.search Provides the API that drivers and connectors might implement for searching business.org.exoplatform.commons.api.search.data Provides the classes to create search context and search result. -
-
Uses of SearchContext in org.exoplatform.commons.api.search
Methods in org.exoplatform.commons.api.search with parameters of type SearchContext Modifier and Type Method Description booleanSearchServiceConnector. isIndexed(SearchContext context, String id)Returns the status of the indexation for the id in parameter The connectors must implement this search method, with the parameters below.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. -
Uses of SearchContext in org.exoplatform.commons.api.search.data
Methods in org.exoplatform.commons.api.search.data that return SearchContext Modifier and Type Method Description SearchContextSearchContext. handler(String value)Puts Handler value into QualifiedName mapSearchContextSearchContext. lang(String value)Puts Lang value into QualifiedName mapSearchContextSearchContext. path(String value)Puts Path value into QualifiedName mapSearchContextSearchContext. siteName(String value)Puts SiteType value into QualifiedName mapSearchContextSearchContext. siteType(String value)Puts SiteType value into QualifiedName map
-