Uses of Class
io.meeds.notes.legacy.api.search.data.SearchResult
Packages that use SearchResult
-
Uses of SearchResult in io.meeds.notes.legacy.api.search
Methods in io.meeds.notes.legacy.api.search that return types with arguments of type SearchResultModifier and TypeMethodDescriptionabstract 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 SearchResult in io.meeds.notes.legacy.search.es
Methods in io.meeds.notes.legacy.search.es that return SearchResultModifier and TypeMethodDescriptionprotected SearchResultElasticSearchServiceConnector.buildHit(org.json.simple.JSONObject jsonHit, SearchContext searchContext) Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.meeds.notes.legacy.search.es that return types with arguments of type SearchResultModifier and TypeMethodDescriptionprotected 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)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