Uses of Class
redis.clients.jedis.search.FTProfileParams
Packages that use FTProfileParams
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of FTProfileParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type FTProfileParamsModifier and TypeMethodDescriptionfinal CommandObject<Map.Entry<AggregationResult, Map<String, Object>>> CommandObjects.ftProfileAggregate(String indexName, FTProfileParams profileParams, AggregationBuilder aggr) UnifiedJedis.ftProfileAggregate(String indexName, FTProfileParams profileParams, AggregationBuilder aggr) final 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) -
Uses of FTProfileParams in redis.clients.jedis.search
Methods in redis.clients.jedis.search that return FTProfileParamsModifier and TypeMethodDescriptionFTProfileParams.limited()Removes details ofreaderiterator.static FTProfileParamsFTProfileParams.profileParams()Methods in redis.clients.jedis.search with parameters of type FTProfileParamsModifier and TypeMethodDescriptionRediSearchCommands.ftProfileAggregate(String indexName, FTProfileParams profileParams, AggregationBuilder aggr) RediSearchCommands.ftProfileSearch(String indexName, FTProfileParams profileParams, String query, FTSearchParams searchParams) RediSearchCommands.ftProfileSearch(String indexName, FTProfileParams profileParams, Query query)