| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.search |
This package contains the classes and interfaces related to RediSearch module.
|
| io.valkey.search.aggr |
This package contains the classes related to Aggregation commands in RediSearch module.
|
| 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 |
|---|---|
CommandObject<AggregationResult> |
CommandObjects.ftAggregate(String indexName,
AggregationBuilder aggr) |
Response<AggregationResult> |
PipeliningBase.ftAggregate(String indexName,
AggregationBuilder aggr) |
CommandObject<AggregationResult> |
CommandObjects.ftCursorRead(String indexName,
long cursorId,
int count) |
CommandObject<Map.Entry<AggregationResult,Map<String,Object>>> |
CommandObjects.ftProfileAggregate(String indexName,
FTProfileParams profileParams,
AggregationBuilder aggr) |
Map.Entry<AggregationResult,Map<String,Object>> |
UnifiedJedis.ftProfileAggregate(String indexName,
FTProfileParams profileParams,
AggregationBuilder aggr) |
| 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) |
Map.Entry<AggregationResult,Map<String,Object>> |
RediSearchCommands.ftProfileAggregate(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 Collection<Row> |
FtAggregateIteration.convertBatchToData(AggregationResult batch) |
protected boolean |
FtAggregateIteration.isNodeCompleted(AggregationResult reply) |
protected CommandArguments |
FtAggregateIteration.nextCommandArguments(AggregationResult lastReply) |
Copyright © 2024. All rights reserved.