Uses of Class
com.redis.lettucemod.search.SuggetOptions
-
-
Uses of SuggetOptions in com.redis.lettucemod
Methods in com.redis.lettucemod with parameters of type SuggetOptions Modifier and Type Method Description 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, SuggetOptions options) -
Uses of SuggetOptions in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async with parameters of type SuggetOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<Suggestion<V>>>RediSearchAsyncCommands. ftSugget(K key, V prefix, SuggetOptions options) -
Uses of SuggetOptions in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive with parameters of type SuggetOptions Modifier and Type Method Description reactor.core.publisher.Flux<Suggestion<V>>RediSearchReactiveCommands. ftSugget(K key, V prefix, SuggetOptions options) -
Uses of SuggetOptions in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync with parameters of type SuggetOptions Modifier and Type Method Description java.util.List<Suggestion<V>>RediSearchCommands. ftSugget(K key, V prefix, SuggetOptions options) -
Uses of SuggetOptions in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster with parameters of type SuggetOptions Modifier and Type Method Description 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, SuggetOptions options) -
Uses of SuggetOptions in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return SuggetOptions Modifier and Type Method Description SuggetOptionsSuggetOptions.Builder. build()Methods in com.redis.lettucemod.search with parameters of type SuggetOptions Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,java.util.List<Suggestion<V>>>SearchCommandBuilder. sugget(K key, V prefix, SuggetOptions options)
-