Uses of Class
org.exoplatform.commons.api.search.data.SearchContext
Packages that use SearchContext
Package
Description
Provides the API that drivers and connectors might implement for searching business.
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 SearchContextModifier and TypeMethodDescriptionbooleanSearchServiceConnector.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 SearchContextModifier and TypeMethodDescriptionPuts Handler value into QualifiedName mapPuts Lang value into QualifiedName mapPuts Path value into QualifiedName mapPuts SiteType value into QualifiedName mapPuts SiteType value into QualifiedName map