Package com.redislabs.lettusearch
Interface SearchReactiveCommands<K,V>
-
- Type Parameters:
K- Key type.V- Value type.
- All Known Subinterfaces:
RediSearchReactiveCommands<K,V>
- All Known Implementing Classes:
RediSearchReactiveCommandsImpl
public interface SearchReactiveCommands<K,V>Reactive executed commands for RediSearch search index.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<SearchResults<K,V>>search(K index, V query)reactor.core.publisher.Mono<SearchResults<K,V>>search(K index, V query, SearchOptions<K> options)
-
-
-
Method Detail
-
search
reactor.core.publisher.Mono<SearchResults<K,V>> search(K index, V query)
-
search
reactor.core.publisher.Mono<SearchResults<K,V>> search(K index, V query, SearchOptions<K> options)
-
-