Uses of Class
com.redis.vl.index.SearchIndex
Packages that use SearchIndex
-
Uses of SearchIndex in com.redis.vl.extensions.messagehistory
Methods in com.redis.vl.extensions.messagehistory that return SearchIndex -
Uses of SearchIndex in com.redis.vl.index
Methods in com.redis.vl.index that return SearchIndexModifier and TypeMethodDescriptionstatic SearchIndex
Create a SearchIndex from a dictionary/mapstatic SearchIndex
Create a SearchIndex from a dictionary/map with a Redis URLstatic SearchIndex
Create a SearchIndex from a dictionary/map with a Redis URL and validateOnLoad optionstatic SearchIndex
SearchIndex.fromDict
(Map<String, Object> dict, UnifiedJedis client) Create a SearchIndex from a dictionary/map with a UnifiedJedis clientstatic SearchIndex
SearchIndex.fromDict
(Map<String, Object> dict, UnifiedJedis client, boolean validateOnLoad) Create a SearchIndex from a dictionary/map with a UnifiedJedis client and validateOnLoad optionstatic SearchIndex
SearchIndex.fromExisting
(String indexName, UnifiedJedis client) Create a SearchIndex from an existing index in Redisstatic SearchIndex
Create a SearchIndex from a YAML file