Uses of Class
com.algolia.search.models.indexing.SearchResult
-
Packages that use SearchResult Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of SearchResult in com.algolia.search
Methods in com.algolia.search that return SearchResult Modifier and Type Method Description default SearchResult<T>SearchIndexSearching. search(Query query)Method used for querying an index.default SearchResult<T>SearchIndexSearching. search(Query query, RequestOptions requestOptions)Method used for querying an index.default <T> SearchResult<T>SearchClientDictionary. searchDictionaryEntries(Dictionary dictionary, Query query)Search the dictionary entries.default <T> SearchResult<T>SearchClientDictionary. searchDictionaryEntries(Dictionary dictionary, Query query, RequestOptions requestOptions)Search the dictionary entries.default SearchResult<Rule>SearchIndexRules. searchRules(RuleQuery query)Search for rules matching various criteria.default SearchResult<Rule>SearchIndexRules. searchRules(RuleQuery query, RequestOptions requestOptions)Search for rules matching various criteria.default SearchResult<Synonym>SearchIndexSynonyms. searchSynonyms(SynonymQuery query)Get all synonyms that match a query.default SearchResult<Synonym>SearchIndexSynonyms. searchSynonyms(SynonymQuery query, RequestOptions requestOptions)Get all synonyms that match a query.default SearchResult<UserId>SearchClientMcm. searchUserIDs(SearchUserIdsRequest query)Search for userIDs The data returned will usually be a few seconds behind real-time, because userID usage may take up to a few seconds propagate to the different clusterdefault SearchResult<UserId>SearchClientMcm. searchUserIDs(SearchUserIdsRequest query, RequestOptions requestOptions)Search for userIDs The data returned will usually be a few seconds behind real-time, because userID usage may take up to a few seconds propagate to the different clusterMethods in com.algolia.search that return types with arguments of type SearchResult Modifier and Type Method Description default CompletableFuture<SearchResult<T>>SearchIndexSearching. searchAsync(Query query)Method used for querying an index.default CompletableFuture<SearchResult<T>>SearchIndexSearching. searchAsync(Query query, RequestOptions requestOptions)Method used for querying an index.default <T> CompletableFuture<SearchResult<T>>SearchClientDictionary. searchDictionaryEntriesAsync(Dictionary dictionary, Query query)Search the dictionary entries.default <T> CompletableFuture<SearchResult<T>>SearchClientDictionary. searchDictionaryEntriesAsync(Dictionary dictionary, Query query, RequestOptions requestOptions)Search the dictionary entries.default CompletableFuture<SearchResult<Rule>>SearchIndexRules. searchRulesAsync(RuleQuery query)Search for rules matching various criteria.default CompletableFuture<SearchResult<Rule>>SearchIndexRules. searchRulesAsync(RuleQuery query, RequestOptions requestOptions)Search for rules matching various criteria.default CompletableFuture<SearchResult<Synonym>>SearchIndexSynonyms. searchSynonymsAsync(SynonymQuery query)Get all synonyms that match a query.default CompletableFuture<SearchResult<Synonym>>SearchIndexSynonyms. searchSynonymsAsync(SynonymQuery query, RequestOptions requestOptions)Get all synonyms that match a query.default CompletableFuture<SearchResult<UserId>>SearchClientMcm. searchUserIDsAsync(SearchUserIdsRequest query)Search for userIDs The data returned will usually be a few seconds behind real-time, because userID usage may take up to a few seconds propagate to the different clusterdefault CompletableFuture<SearchResult<UserId>>SearchClientMcm. searchUserIDsAsync(SearchUserIdsRequest query, RequestOptions requestOptions)Search for userIDs The data returned will usually be a few seconds behind real-time, because userID usage may take up to a few seconds propagate to the different cluster -
Uses of SearchResult in com.algolia.search.models.indexing
Subclasses of SearchResult in com.algolia.search.models.indexing Modifier and Type Class Description classBrowseIndexResponse<T>classRecommendationsResult<T extends RecommendHit>Result of a recommendation request.Methods in com.algolia.search.models.indexing that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult<T>>MultipleQueriesResponse. getResults()Method parameters in com.algolia.search.models.indexing with type arguments of type SearchResult Modifier and Type Method Description MultipleQueriesResponse<T>MultipleQueriesResponse. setResults(List<SearchResult<T>> results)
-