Uses of Class
com.redis.lettucemod.search.Suggestion
Packages that use Suggestion
Package
Description
-
Uses of Suggestion in com.redis.lettucemod
Methods in com.redis.lettucemod that return types with arguments of type SuggestionModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<List<Suggestion<V>>>io.lettuce.core.RedisFuture<List<Suggestion<V>>>RedisModulesAsyncCommandsImpl.ftSugget(K key, V prefix, SuggetOptions options) reactor.core.publisher.Flux<Suggestion<V>>reactor.core.publisher.Flux<Suggestion<V>>RedisModulesReactiveCommandsImpl.ftSugget(K key, V prefix, SuggetOptions options) Methods in com.redis.lettucemod with parameters of type SuggestionModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<Long>RedisModulesAsyncCommandsImpl.ftSugadd(K key, Suggestion<V> suggestion) reactor.core.publisher.Mono<Long>RedisModulesReactiveCommandsImpl.ftSugadd(K key, Suggestion<V> suggestion) io.lettuce.core.RedisFuture<Long>RedisModulesAsyncCommandsImpl.ftSugaddIncr(K key, Suggestion<V> suggestion) reactor.core.publisher.Mono<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 SuggestionModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<List<Suggestion<V>>>io.lettuce.core.RedisFuture<List<Suggestion<V>>>RediSearchAsyncCommands.ftSugget(K key, V prefix, SuggetOptions options) Methods in com.redis.lettucemod.api.async with parameters of type SuggestionModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<Long>RediSearchAsyncCommands.ftSugadd(K key, Suggestion<V> suggestion) io.lettuce.core.RedisFuture<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 SuggestionModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Suggestion<V>>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 SuggestionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Long>RediSearchReactiveCommands.ftSugadd(K key, Suggestion<V> suggestion) reactor.core.publisher.Mono<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 SuggestionModifier and TypeMethodDescriptionList<Suggestion<V>>List<Suggestion<V>>RediSearchCommands.ftSugget(K key, V prefix, SuggetOptions options) Methods in com.redis.lettucemod.api.sync with parameters of type SuggestionModifier and TypeMethodDescriptionRediSearchCommands.ftSugadd(K key, Suggestion<V> suggestion) RediSearchCommands.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 SuggestionModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<List<Suggestion<V>>>io.lettuce.core.RedisFuture<List<Suggestion<V>>>RedisModulesAdvancedClusterAsyncCommandsImpl.ftSugget(K key, V prefix, SuggetOptions options) reactor.core.publisher.Flux<Suggestion<V>>reactor.core.publisher.Flux<Suggestion<V>>RedisModulesAdvancedClusterReactiveCommandsImpl.ftSugget(K key, V prefix, SuggetOptions options) Methods in com.redis.lettucemod.cluster with parameters of type SuggestionModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<Long>RedisModulesAdvancedClusterAsyncCommandsImpl.ftSugadd(K key, Suggestion<V> suggestion) reactor.core.publisher.Mono<Long>RedisModulesAdvancedClusterReactiveCommandsImpl.ftSugadd(K key, Suggestion<V> suggestion) io.lettuce.core.RedisFuture<Long>RedisModulesAdvancedClusterAsyncCommandsImpl.ftSugaddIncr(K key, Suggestion<V> suggestion) reactor.core.publisher.Mono<Long>RedisModulesAdvancedClusterReactiveCommandsImpl.ftSugaddIncr(K key, Suggestion<V> suggestion) -
Uses of Suggestion in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return SuggestionModifier and TypeMethodDescriptionSuggestion.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 SuggestionModifier and TypeMethodDescriptionio.lettuce.core.protocol.Command<K,V, List<Suggestion<V>>> io.lettuce.core.protocol.Command<K,V, List<Suggestion<V>>> SearchCommandBuilder.sugget(K key, V prefix, SuggetOptions options) Methods in com.redis.lettucemod.search with parameters of type SuggestionModifier and TypeMethodDescriptionSearchCommandBuilder.sugadd(K key, Suggestion<V> suggestion) SearchCommandBuilder.sugaddIncr(K key, Suggestion<V> suggestion)