Uses of Class
com.redis.lettucemod.search.AggregateOptions
-
-
Uses of AggregateOptions in com.redis.lettucemod
Methods in com.redis.lettucemod with parameters of type AggregateOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<AggregateResults<K>>RedisModulesAsyncCommandsImpl. ftAggregate(K index, V query, AggregateOptions<K,V> options)io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAsyncCommandsImpl. ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K,V> options)reactor.core.publisher.Mono<AggregateResults<K>>RedisModulesReactiveCommandsImpl. ftAggregate(K index, V query, AggregateOptions<K,V> options)reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesReactiveCommandsImpl. ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K,V> options) -
Uses of AggregateOptions in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async with parameters of type AggregateOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<AggregateResults<K>>RediSearchAsyncCommands. ftAggregate(K index, V query, AggregateOptions<K,V> options)io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RediSearchAsyncCommands. ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K,V> options) -
Uses of AggregateOptions in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive with parameters of type AggregateOptions Modifier and Type Method Description reactor.core.publisher.Mono<AggregateResults<K>>RediSearchReactiveCommands. ftAggregate(K index, V query, AggregateOptions<K,V> options)reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RediSearchReactiveCommands. ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K,V> options) -
Uses of AggregateOptions in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync with parameters of type AggregateOptions Modifier and Type Method Description AggregateResults<K>RediSearchCommands. ftAggregate(K index, V query, AggregateOptions<K,V> options)AggregateWithCursorResults<K>RediSearchCommands. ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K,V> options) -
Uses of AggregateOptions in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster with parameters of type AggregateOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<AggregateResults<K>>RedisModulesAdvancedClusterAsyncCommandsImpl. ftAggregate(K index, V query, AggregateOptions<K,V> options)io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterAsyncCommandsImpl. ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K,V> options)reactor.core.publisher.Mono<AggregateResults<K>>RedisModulesAdvancedClusterReactiveCommandsImpl. ftAggregate(K index, V query, AggregateOptions<K,V> options)reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterReactiveCommandsImpl. ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K,V> options) -
Uses of AggregateOptions in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return AggregateOptions Modifier and Type Method Description AggregateOptions<K,V>AggregateOptions.Builder. build()Methods in com.redis.lettucemod.search with parameters of type AggregateOptions Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,AggregateResults<K>>SearchCommandBuilder. aggregate(K index, V query, AggregateOptions<K,V> options)io.lettuce.core.protocol.Command<K,V,AggregateWithCursorResults<K>>SearchCommandBuilder. aggregate(K index, V query, CursorOptions cursor, AggregateOptions<K,V> options)
-