Uses of Class
com.redis.lettucemod.search.SuggetOptions
Packages that use SuggetOptions
Package
Description
-
Uses of SuggetOptions in com.redis.lettucemod
Methods in com.redis.lettucemod with parameters of type SuggetOptionsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<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 SuggetOptionsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<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 SuggetOptionsModifier and TypeMethodDescriptionreactor.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 SuggetOptionsModifier and TypeMethodDescriptionList<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 SuggetOptionsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<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 SuggetOptionsMethods in com.redis.lettucemod.search with parameters of type SuggetOptionsModifier and TypeMethodDescriptionio.lettuce.core.protocol.Command<K,V, List<Suggestion<V>>> SearchCommandBuilder.sugget(K key, V prefix, SuggetOptions options)