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 SearchIndexCreate a SearchIndex from a dictionary/mapstatic SearchIndexCreate a SearchIndex from a dictionary/map with a Redis URLstatic SearchIndexCreate a SearchIndex from a dictionary/map with a Redis URL and validateOnLoad optionstatic SearchIndexSearchIndex.fromDict(Map<String, Object> dict, UnifiedJedis client) Create a SearchIndex from a dictionary/map with a UnifiedJedis clientstatic SearchIndexSearchIndex.fromDict(Map<String, Object> dict, UnifiedJedis client, boolean validateOnLoad) Create a SearchIndex from a dictionary/map with a UnifiedJedis client and validateOnLoad optionstatic SearchIndexSearchIndex.fromExisting(String indexName, UnifiedJedis client) Create a SearchIndex from an existing index in Redisstatic SearchIndexCreate a SearchIndex from a YAML file