| Package | Description |
|---|---|
| io.redisearch | |
| io.redisearch.client |
| Modifier and Type | Method and Description |
|---|---|
AggregationResult |
Client.aggregate(AggregationBuilder q)
Search and Aggregate the index
|
AggregationResult |
Client.aggregate(AggregationRequest q)
Deprecated.
use
Client.aggregate(AggregationBuilder) instead |
AggregationResult |
Client.cursorRead(long cursorId,
int count)
Read from an existing cursor
|
| Modifier and Type | Method and Description |
|---|---|
AggregationResult |
Client.aggregate(AggregationBuilder q) |
AggregationResult |
Client.aggregate(AggregationRequest q)
Deprecated.
use
Client.aggregate(AggregationBuilder) instead |
AggregationResult |
Client.cursorRead(long cursorId,
int count) |
Copyright © 2020 RedisLabs. All rights reserved.