Package com.redis.lettucemod.api.sync
Interface RediSearchCommands<K,V>
- All Known Subinterfaces:
RedisModulesAdvancedClusterCommands<K,,V> RedisModulesClusterCommands<K,,V> RedisModulesCommands<K,V>
public interface RediSearchCommands<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionftAggregate(K index, V query) ftAggregate(K index, V query, AggregateOptions<K, V> options) ftAggregate(K index, V query, CursorOptions cursor) ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) ftAliasadd(K name, K index) ftAliasdel(K name) ftAliasupdate(K name, K index) ftCursorDelete(K index, long cursor) ftCursorRead(K index, long cursor) ftCursorRead(K index, long cursor, long count) ftDictdump(K dict) ftDropindex(K index) ftDropindexDeleteDocs(K index) ftList()ftSugadd(K key, Suggestion<V> suggestion) ftSugaddIncr(K key, Suggestion<V> suggestion) List<Suggestion<V>>List<Suggestion<V>>ftSugget(K key, V prefix, SuggetOptions options)
-
Method Details
-
ftCreate
-
ftCreate
-
ftDropindex
-
ftDropindexDeleteDocs
-
ftAlter
-
ftInfo
-
ftAliasadd
-
ftAliasupdate
-
ftAliasdel
-
ftList
- Returns:
- List of RediSearch indexes
-
ftSearch
-
ftSearch
-
ftAggregate
-
ftAggregate
-
ftAggregate
-
ftAggregate
AggregateWithCursorResults<K> ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) -
ftCursorRead
-
ftCursorRead
-
ftCursorDelete
-
ftTagvals
-
ftSugadd
-
ftSugaddIncr
-
ftSugget
-
ftSugget
-
ftSugdel
-
ftSuglen
-
ftDictadd
-
ftDictdel
-
ftDictdump
-