| 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) |
AggregationResult |
RediSearchCommands.ftCursorRead(java.lang.String indexName,
long cursorId,
int count) |
| 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 |
|---|---|
protected java.util.Collection<Row> |
FtAggregateIteration.convertBatchToData(AggregationResult batch) |
protected boolean |
FtAggregateIteration.isNodeCompleted(AggregationResult reply) |
protected CommandArguments |
FtAggregateIteration.nextCommandArguments(AggregationResult lastReply) |
Copyright © 2025. All rights reserved.