Package com.redislabs.lettusearch
Interface SearchCommands<K,V>
-
- Type Parameters:
K- Key type.V- Value type.
- All Known Subinterfaces:
RediSearchCommands<K,V>
public interface SearchCommands<K,V>Synchronously executed commands for RediSearch search index.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchResults<K,V>search(K index, V query)SearchResults<K,V>search(K index, V query, SearchOptions<K> options)
-
-
-
Method Detail
-
search
SearchResults<K,V> search(K index, V query)
-
search
SearchResults<K,V> search(K index, V query, SearchOptions<K> options)
-
-