Uses of Class
redis.clients.jedis.search.aggr.AggregationBuilder
Packages that use AggregationBuilder
Package
Description
This package contains the classes and interfaces related to RediSearch module.
This package contains the classes related to Aggregation commands in RediSearch module.
-
Uses of AggregationBuilder in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type AggregationBuilderModifier and TypeMethodDescriptionfinal CommandObject<AggregationResult> CommandObjects.ftAggregate(String indexName, AggregationBuilder aggr) MultiNodePipelineBase.ftAggregate(String indexName, AggregationBuilder aggr) Pipeline.ftAggregate(String indexName, AggregationBuilder aggr) TransactionBase.ftAggregate(String indexName, AggregationBuilder aggr) UnifiedJedis.ftAggregate(String indexName, AggregationBuilder aggr) UnifiedJedis.ftAggregateIteration(String indexName, AggregationBuilder aggr) CURSORmust be set.final CommandObject<Map.Entry<AggregationResult, Map<String, Object>>> CommandObjects.ftProfileAggregate(String indexName, FTProfileParams profileParams, AggregationBuilder aggr) UnifiedJedis.ftProfileAggregate(String indexName, FTProfileParams profileParams, AggregationBuilder aggr) -
Uses of AggregationBuilder in redis.clients.jedis.search
Methods in redis.clients.jedis.search with parameters of type AggregationBuilderModifier and TypeMethodDescriptionRediSearchCommands.ftAggregate(String indexName, AggregationBuilder aggr) RediSearchPipelineCommands.ftAggregate(String indexName, AggregationBuilder aggr) RediSearchCommands.ftProfileAggregate(String indexName, FTProfileParams profileParams, AggregationBuilder aggr) -
Uses of AggregationBuilder in redis.clients.jedis.search.aggr
Methods in redis.clients.jedis.search.aggr that return AggregationBuilderModifier and TypeMethodDescriptionAggregationBuilder.cursor(int count, long maxIdle) AggregationBuilder.dialect(int dialect) AggregationBuilder.groupBy(Collection<String> fields, Collection<Reducer> reducers) AggregationBuilder.limit(int count) AggregationBuilder.limit(int offset, int count) AggregationBuilder.loadAll()AggregationBuilder.sortBy(int max, SortedField... fields) AggregationBuilder.sortBy(SortedField... fields) AggregationBuilder.sortByDesc(String field) AggregationBuilder.timeout(long timeout) AggregationBuilder.verbatim()Constructors in redis.clients.jedis.search.aggr with parameters of type AggregationBuilderModifierConstructorDescriptionFtAggregateIteration(ConnectionProvider connectionProvider, String indexName, AggregationBuilder aggr) CURSORmust be set.