| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
java.util.Map.Entry<SearchResult,ProfilingInfo> |
UnifiedJedis.ftProfileSearch(java.lang.String indexName,
FTProfileParams profileParams,
Query query) |
CommandObject<java.util.Map.Entry<SearchResult,ProfilingInfo>> |
CommandObjects.ftProfileSearch(java.lang.String indexName,
FTProfileParams profileParams,
Query query) |
java.util.Map.Entry<SearchResult,ProfilingInfo> |
UnifiedJedis.ftProfileSearch(java.lang.String indexName,
FTProfileParams profileParams,
java.lang.String query,
FTSearchParams searchParams) |
CommandObject<java.util.Map.Entry<SearchResult,ProfilingInfo>> |
CommandObjects.ftProfileSearch(java.lang.String indexName,
FTProfileParams profileParams,
java.lang.String query,
FTSearchParams searchParams) |
| Modifier and Type | Field and Description |
|---|---|
static Builder<ProfilingInfo> |
ProfilingInfo.PROFILING_INFO_BUILDER |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map.Entry<AggregationResult,ProfilingInfo> |
RediSearchCommands.ftProfileAggregate(java.lang.String indexName,
FTProfileParams profileParams,
AggregationBuilder aggr) |
java.util.Map.Entry<SearchResult,ProfilingInfo> |
RediSearchCommands.ftProfileSearch(java.lang.String indexName,
FTProfileParams profileParams,
Query query) |
java.util.Map.Entry<SearchResult,ProfilingInfo> |
RediSearchCommands.ftProfileSearch(java.lang.String indexName,
FTProfileParams profileParams,
java.lang.String query,
FTSearchParams searchParams) |
Copyright © 2025. All rights reserved.