Uses of Class
redis.clients.jedis.search.aggr.AggregationResult
Packages that use AggregationResult
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 AggregationResult in redis.clients.jedis
Methods in redis.clients.jedis that return AggregationResultModifier and TypeMethodDescriptionUnifiedJedis.ftAggregate(String indexName, AggregationBuilder aggr) UnifiedJedis.ftCursorRead(String indexName, long cursorId, int count) Methods in redis.clients.jedis that return types with arguments of type AggregationResultModifier 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) final CommandObject<AggregationResult> CommandObjects.ftCursorRead(String indexName, long cursorId, int count) MultiNodePipelineBase.ftCursorRead(String indexName, long cursorId, int count) Deprecated.Pipeline.ftCursorRead(String indexName, long cursorId, int count) Deprecated.TransactionBase.ftCursorRead(String indexName, long cursorId, int count) Deprecated.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 AggregationResult in redis.clients.jedis.search
Fields in redis.clients.jedis.search with type parameters of type AggregationResultModifier and TypeFieldDescriptionstatic final Builder<AggregationResult> SearchBuilderFactory.SEARCH_AGGREGATION_RESULTstatic final Builder<AggregationResult> SearchBuilderFactory.SEARCH_AGGREGATION_RESULT_WITH_CURSORMethods in redis.clients.jedis.search that return AggregationResultModifier and TypeMethodDescriptionRediSearchCommands.ftAggregate(String indexName, AggregationBuilder aggr) RediSearchCommands.ftCursorRead(String indexName, long cursorId, int count) Methods in redis.clients.jedis.search that return types with arguments of type AggregationResultModifier and TypeMethodDescriptionRediSearchPipelineCommands.ftAggregate(String indexName, AggregationBuilder aggr) RediSearchPipelineCommands.ftCursorRead(String indexName, long cursorId, int count) Deprecated.RediSearchCommands.ftProfileAggregate(String indexName, FTProfileParams profileParams, AggregationBuilder aggr) -
Uses of AggregationResult in redis.clients.jedis.search.aggr
Methods in redis.clients.jedis.search.aggr with parameters of type AggregationResultModifier and TypeMethodDescriptionprotected Collection<Row> FtAggregateIteration.convertBatchToData(AggregationResult batch) protected booleanFtAggregateIteration.isNodeCompleted(AggregationResult reply) protected CommandArgumentsFtAggregateIteration.nextCommandArguments(AggregationResult lastReply)