| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.search |
This package contains the classes and interfaces related to RediSearch module.
|
| Modifier and Type | Method and Description |
|---|---|
FTProfileParams |
FTProfileParams.limited()
Removes details of
reader iterator. |
static FTProfileParams |
FTProfileParams.profileParams() |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<AggregationResult,Map<String,Object>> |
RediSearchCommands.ftProfileAggregate(String indexName,
FTProfileParams profileParams,
AggregationBuilder aggr) |
Map.Entry<SearchResult,Map<String,Object>> |
RediSearchCommands.ftProfileSearch(String indexName,
FTProfileParams profileParams,
Query query) |
Map.Entry<SearchResult,Map<String,Object>> |
RediSearchCommands.ftProfileSearch(String indexName,
FTProfileParams profileParams,
String query,
FTSearchParams searchParams) |
Copyright © 2024. All rights reserved.