Uses of Class
io.meeds.notes.legacy.api.search.data.SearchContext
Packages that use SearchContext
Package
Description
-
Uses of SearchContext in io.meeds.notes.legacy.api.search
Methods in io.meeds.notes.legacy.api.search with parameters of type SearchContextModifier and TypeMethodDescriptionbooleanSearchServiceConnector.isIndexed(SearchContext context, String id) Deprecated, for removal: This API element is subject to removal in a future version.Returns the status of the indexation for the id in parameter The connectors must implement this search method, with the parameters below.abstract Collection<SearchResult>SearchServiceConnector.search(SearchContext context, String query, Collection<String> sites, int offset, int limit, String sort, String order) Deprecated, for removal: This API element is subject to removal in a future version.Returns a collection of search results from the connectors. -
Uses of SearchContext in io.meeds.notes.legacy.api.search.data
Methods in io.meeds.notes.legacy.api.search.data that return SearchContextModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Puts Handler value into QualifiedName mapDeprecated, for removal: This API element is subject to removal in a future version.Puts Lang value into QualifiedName mapDeprecated, for removal: This API element is subject to removal in a future version.Puts Path value into QualifiedName mapDeprecated, for removal: This API element is subject to removal in a future version.Puts SiteType value into QualifiedName mapDeprecated, for removal: This API element is subject to removal in a future version.Puts SiteType value into QualifiedName map -
Uses of SearchContext in io.meeds.notes.legacy.search.es
Methods in io.meeds.notes.legacy.search.es with parameters of type SearchContextModifier and TypeMethodDescriptionprotected StringElasticSearchServiceConnector.buildDetail(org.json.simple.JSONObject jsonHit, SearchContext searchContext) Deprecated, for removal: This API element is subject to removal in a future version.protected SearchResultElasticSearchServiceConnector.buildHit(org.json.simple.JSONObject jsonHit, SearchContext searchContext) Deprecated, for removal: This API element is subject to removal in a future version.protected Collection<SearchResult>ElasticSearchServiceConnector.buildResult(String jsonResponse, SearchContext context) Deprecated, for removal: This API element is subject to removal in a future version.ElasticSearchServiceConnector.filteredSearch(SearchContext context, String query, List<ElasticSearchFilter> filters, Collection<String> sites, int offset, int limit, String sort, String order) Deprecated, for removal: This API element is subject to removal in a future version.Search on ES with additional filter on the search query Different Filter are: - Term Filter (Check if a specific term of a field exist) - Not exist Filter (Check if a term not exist) - Exist Filter (check if a term exist)protected StringElasticSearchServiceConnector.getUrlFromJsonResult(org.json.simple.JSONObject hitSource, SearchContext context) Deprecated, for removal: This API element is subject to removal in a future version.booleanElasticSearchServiceConnector.isIndexed(SearchContext context, String id) Deprecated, for removal: This API element is subject to removal in a future version.ElasticSearchServiceConnector.search(SearchContext context, String query, Collection<String> sites, int offset, int limit, String sort, String order) Deprecated, for removal: This API element is subject to removal in a future version.ElasticSearchServiceConnector.searchByEntityId(SearchContext context, String query, String entityId) Deprecated, for removal: This API element is subject to removal in a future version.Search on ES with entity id Search keyword in query with an OR And search only for the entity in parameter