| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.search |
| Modifier and Type | Field and Description |
|---|---|
static Builder<AggregationResult> |
BuilderFactory.SEARCH_AGGREGATION_RESULT |
static Builder<AggregationResult> |
BuilderFactory.SEARCH_AGGREGATION_RESULT_WITH_CURSOR |
| Modifier and Type | Method and Description |
|---|---|
AggregationResult |
UnifiedJedis.ftAggregate(String indexName,
AggregationBuilder aggr) |
AggregationResult |
UnifiedJedis.ftCursorRead(String indexName,
long cursorId,
int count) |
| Modifier and Type | Method and Description |
|---|---|
Response<AggregationResult> |
Pipeline.ftAggregate(String indexName,
AggregationBuilder aggr) |
Response<AggregationResult> |
MultiNodePipelineBase.ftAggregate(String indexName,
AggregationBuilder aggr) |
CommandObject<AggregationResult> |
ClusterCommandObjects.ftAggregate(String indexName,
AggregationBuilder aggr) |
Response<AggregationResult> |
TransactionBase.ftAggregate(String indexName,
AggregationBuilder aggr) |
CommandObject<AggregationResult> |
CommandObjects.ftAggregate(String indexName,
AggregationBuilder aggr) |
Response<AggregationResult> |
Pipeline.ftCursorRead(String indexName,
long cursorId,
int count) |
Response<AggregationResult> |
MultiNodePipelineBase.ftCursorRead(String indexName,
long cursorId,
int count) |
CommandObject<AggregationResult> |
ClusterCommandObjects.ftCursorRead(String indexName,
long cursorId,
int count) |
Response<AggregationResult> |
TransactionBase.ftCursorRead(String indexName,
long cursorId,
int count) |
CommandObject<AggregationResult> |
CommandObjects.ftCursorRead(String indexName,
long cursorId,
int count) |
| Modifier and Type | Method and Description |
|---|---|
AggregationResult |
RediSearchCommands.ftAggregate(String indexName,
AggregationBuilder aggr) |
AggregationResult |
RediSearchCommands.ftCursorRead(String indexName,
long cursorId,
int count) |
| Modifier and Type | Method and Description |
|---|---|
Response<AggregationResult> |
RediSearchPipelineCommands.ftAggregate(String indexName,
AggregationBuilder aggr) |
Response<AggregationResult> |
RediSearchPipelineCommands.ftCursorRead(String indexName,
long cursorId,
int count) |
Copyright © 2022. All rights reserved.