Uses of Class
redis.clients.jedis.search.SearchResult
Packages that use SearchResult
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of SearchResult in redis.clients.jedis
Methods in redis.clients.jedis that return SearchResultModifier and TypeMethodDescriptionUnifiedJedis.ftSearch(String indexName, String query, FTSearchParams params) Methods in redis.clients.jedis that return types with arguments of type SearchResultModifier and TypeMethodDescriptionfinal CommandObject<Map.Entry<SearchResult, Map<String, Object>>> CommandObjects.ftProfileSearch(String indexName, FTProfileParams profileParams, String query, FTSearchParams searchParams) final CommandObject<Map.Entry<SearchResult, Map<String, Object>>> CommandObjects.ftProfileSearch(String indexName, FTProfileParams profileParams, Query query) UnifiedJedis.ftProfileSearch(String indexName, FTProfileParams profileParams, String query, FTSearchParams searchParams) UnifiedJedis.ftProfileSearch(String indexName, FTProfileParams profileParams, Query query) final CommandObject<SearchResult> final CommandObject<SearchResult> final CommandObject<SearchResult> CommandObjects.ftSearch(String indexName, String query, FTSearchParams params) final CommandObject<SearchResult> MultiNodePipelineBase.ftSearch(String indexName, String query, FTSearchParams searchParams) Pipeline.ftSearch(String indexName, String query, FTSearchParams searchParams) TransactionBase.ftSearch(String indexName, String query, FTSearchParams searchParams) -
Uses of SearchResult in redis.clients.jedis.search
Methods in redis.clients.jedis.search that return SearchResultModifier and TypeMethodDescriptiondefault SearchResultRediSearchCommands.ftSearch(String indexName, String query, FTSearchParams params) Methods in redis.clients.jedis.search that return types with arguments of type SearchResultModifier and TypeMethodDescriptionRediSearchCommands.ftProfileSearch(String indexName, FTProfileParams profileParams, String query, FTSearchParams searchParams) RediSearchCommands.ftProfileSearch(String indexName, FTProfileParams profileParams, Query query) default Response<SearchResult> RediSearchPipelineCommands.ftSearch(String indexName, String query, FTSearchParams searchParams) Methods in redis.clients.jedis.search with parameters of type SearchResultModifier and TypeMethodDescriptionprotected Collection<Document> FtSearchIteration.convertBatchToData(SearchResult batch) protected booleanFtSearchIteration.isNodeCompleted(SearchResult reply) protected CommandArgumentsFtSearchIteration.nextCommandArguments(SearchResult lastReply)