| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| redis.clients.jedis.search.aggr |
This package contains the classes related to Aggregation commands in RediSearch module.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationResult |
UnifiedJedis.ftAggregate(java.lang.String indexName,
AggregationBuilder aggr) |
AggregationResult |
UnifiedJedis.ftCursorRead(java.lang.String indexName,
long cursorId,
int count) |
| Modifier and Type | Method and Description |
|---|---|
Response<AggregationResult> |
PipeliningBase.ftAggregate(java.lang.String indexName,
AggregationBuilder aggr) |
CommandObject<AggregationResult> |
CommandObjects.ftAggregate(java.lang.String indexName,
AggregationBuilder aggr) |
CommandObject<AggregationResult> |
CommandObjects.ftCursorRead(java.lang.String indexName,
long cursorId,
int count) |
java.util.Map.Entry<AggregationResult,ProfilingInfo> |
UnifiedJedis.ftProfileAggregate(java.lang.String indexName,
FTProfileParams profileParams,
AggregationBuilder aggr) |
CommandObject<java.util.Map.Entry<AggregationResult,ProfilingInfo>> |
CommandObjects.ftProfileAggregate(java.lang.String indexName,
FTProfileParams profileParams,
AggregationBuilder aggr) |
| Modifier and Type | Method and Description |
|---|---|
AggregationResult |
RediSearchCommands.ftAggregate(java.lang.String indexName,
AggregationBuilder aggr)
Execute an aggregation query and return all results at once.
|
AggregationResult |
RediSearchCommands.ftCursorRead(java.lang.String indexName,
long cursorId,
int count)
Deprecated.
Use
RediSearchCommands.ftAggregate(String, AggregationBuilder) for operations without cursors,
or RediSearchCommands.ftAggregateIterator(String, AggregationBuilder) for cursor-based iteration |
| Modifier and Type | Method and Description |
|---|---|
Response<AggregationResult> |
RediSearchPipelineCommands.ftAggregate(java.lang.String indexName,
AggregationBuilder aggr) |
java.util.Map.Entry<AggregationResult,ProfilingInfo> |
RediSearchCommands.ftProfileAggregate(java.lang.String indexName,
FTProfileParams profileParams,
AggregationBuilder aggr) |
| Modifier and Type | Field and Description |
|---|---|
static Builder<AggregationResult> |
AggregationResult.SEARCH_AGGREGATION_RESULT |
static Builder<AggregationResult> |
AggregationResult.SEARCH_AGGREGATION_RESULT_WITH_CURSOR |
| Modifier and Type | Method and Description |
|---|---|
AggregationResult |
AggregateIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<Row> |
FtAggregateIteration.convertBatchToData(AggregationResult batch)
Deprecated.
|
protected boolean |
FtAggregateIteration.isNodeCompleted(AggregationResult reply)
Deprecated.
|
protected CommandArguments |
FtAggregateIteration.nextCommandArguments(AggregationResult lastReply)
Deprecated.
|
Copyright © 2026. All rights reserved.