Uses of Class
com.redis.lettucemod.search.SearchOptions
Packages that use SearchOptions
Package
Description
-
Uses of SearchOptions in com.redis.lettucemod
Methods in com.redis.lettucemod with parameters of type SearchOptionsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<SearchResults<K,V>> reactor.core.publisher.Mono<SearchResults<K,V>> -
Uses of SearchOptions in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async with parameters of type SearchOptions -
Uses of SearchOptions in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive with parameters of type SearchOptions -
Uses of SearchOptions in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync with parameters of type SearchOptionsModifier and TypeMethodDescription -
Uses of SearchOptions in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster with parameters of type SearchOptionsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<SearchResults<K,V>> reactor.core.publisher.Mono<SearchResults<K,V>> RedisModulesAdvancedClusterReactiveCommandsImpl.ftSearch(K index, V query, SearchOptions<K, V> options) -
Uses of SearchOptions in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return SearchOptionsMethods in com.redis.lettucemod.search with parameters of type SearchOptions