Uses of Class
com.redis.lettucemod.search.Suggestion
-
-
Uses of Suggestion in com.redis.lettucemod
Methods in com.redis.lettucemod that return types with arguments of type Suggestion Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<Suggestion<V>>>RedisModulesAsyncCommandsImpl. ftSugget(K key, V prefix)io.lettuce.core.RedisFuture<java.util.List<Suggestion<V>>>RedisModulesAsyncCommandsImpl. ftSugget(K key, V prefix, SuggetOptions options)reactor.core.publisher.Flux<Suggestion<V>>RedisModulesReactiveCommandsImpl. ftSugget(K key, V prefix)reactor.core.publisher.Flux<Suggestion<V>>RedisModulesReactiveCommandsImpl. ftSugget(K key, V prefix, SuggetOptions options)Methods in com.redis.lettucemod with parameters of type Suggestion Modifier and Type Method Description io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAsyncCommandsImpl. ftSugadd(K key, Suggestion<V> suggestion)reactor.core.publisher.Mono<java.lang.Long>RedisModulesReactiveCommandsImpl. ftSugadd(K key, Suggestion<V> suggestion)io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAsyncCommandsImpl. ftSugaddIncr(K key, Suggestion<V> suggestion)reactor.core.publisher.Mono<java.lang.Long>RedisModulesReactiveCommandsImpl. ftSugaddIncr(K key, Suggestion<V> suggestion) -
Uses of Suggestion in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async that return types with arguments of type Suggestion Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<Suggestion<V>>>RediSearchAsyncCommands. ftSugget(K key, V prefix)io.lettuce.core.RedisFuture<java.util.List<Suggestion<V>>>RediSearchAsyncCommands. ftSugget(K key, V prefix, SuggetOptions options)Methods in com.redis.lettucemod.api.async with parameters of type Suggestion Modifier and Type Method Description io.lettuce.core.RedisFuture<java.lang.Long>RediSearchAsyncCommands. ftSugadd(K key, Suggestion<V> suggestion)io.lettuce.core.RedisFuture<java.lang.Long>RediSearchAsyncCommands. ftSugaddIncr(K key, Suggestion<V> suggestion) -
Uses of Suggestion in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive that return types with arguments of type Suggestion Modifier and Type Method Description reactor.core.publisher.Flux<Suggestion<V>>RediSearchReactiveCommands. ftSugget(K key, V prefix)reactor.core.publisher.Flux<Suggestion<V>>RediSearchReactiveCommands. ftSugget(K key, V prefix, SuggetOptions options)Methods in com.redis.lettucemod.api.reactive with parameters of type Suggestion Modifier and Type Method Description reactor.core.publisher.Mono<java.lang.Long>RediSearchReactiveCommands. ftSugadd(K key, Suggestion<V> suggestion)reactor.core.publisher.Mono<java.lang.Long>RediSearchReactiveCommands. ftSugaddIncr(K key, Suggestion<V> suggestion) -
Uses of Suggestion in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync that return types with arguments of type Suggestion Modifier and Type Method Description java.util.List<Suggestion<V>>RediSearchCommands. ftSugget(K key, V prefix)java.util.List<Suggestion<V>>RediSearchCommands. ftSugget(K key, V prefix, SuggetOptions options)Methods in com.redis.lettucemod.api.sync with parameters of type Suggestion Modifier and Type Method Description java.lang.LongRediSearchCommands. ftSugadd(K key, Suggestion<V> suggestion)java.lang.LongRediSearchCommands. ftSugaddIncr(K key, Suggestion<V> suggestion) -
Uses of Suggestion in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster that return types with arguments of type Suggestion Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<Suggestion<V>>>RedisModulesAdvancedClusterAsyncCommandsImpl. ftSugget(K key, V prefix)io.lettuce.core.RedisFuture<java.util.List<Suggestion<V>>>RedisModulesAdvancedClusterAsyncCommandsImpl. ftSugget(K key, V prefix, SuggetOptions options)reactor.core.publisher.Flux<Suggestion<V>>RedisModulesAdvancedClusterReactiveCommandsImpl. ftSugget(K key, V prefix)reactor.core.publisher.Flux<Suggestion<V>>RedisModulesAdvancedClusterReactiveCommandsImpl. ftSugget(K key, V prefix, SuggetOptions options)Methods in com.redis.lettucemod.cluster with parameters of type Suggestion Modifier and Type Method Description io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAdvancedClusterAsyncCommandsImpl. ftSugadd(K key, Suggestion<V> suggestion)reactor.core.publisher.Mono<java.lang.Long>RedisModulesAdvancedClusterReactiveCommandsImpl. ftSugadd(K key, Suggestion<V> suggestion)io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAdvancedClusterAsyncCommandsImpl. ftSugaddIncr(K key, Suggestion<V> suggestion)reactor.core.publisher.Mono<java.lang.Long>RedisModulesAdvancedClusterReactiveCommandsImpl. ftSugaddIncr(K key, Suggestion<V> suggestion) -
Uses of Suggestion in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return Suggestion Modifier and Type Method Description Suggestion<V>Suggestion.Builder. build()static <V> Suggestion<V>Suggestion. of(V string, double score)Methods in com.redis.lettucemod.search that return types with arguments of type Suggestion Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,java.util.List<Suggestion<V>>>SearchCommandBuilder. sugget(K key, V prefix)io.lettuce.core.protocol.Command<K,V,java.util.List<Suggestion<V>>>SearchCommandBuilder. sugget(K key, V prefix, SuggetOptions options)Methods in com.redis.lettucemod.search with parameters of type Suggestion Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,java.lang.Long>SearchCommandBuilder. sugadd(K key, Suggestion<V> suggestion)io.lettuce.core.protocol.Command<K,V,java.lang.Long>SearchCommandBuilder. sugaddIncr(K key, Suggestion<V> suggestion)
-