Uses of Class
com.redis.om.spring.autocomplete.Suggestion
Packages that use Suggestion
Package
Description
-
Uses of Suggestion in com.redis.om.spring.ops.search
Methods in com.redis.om.spring.ops.search that return types with arguments of type SuggestionModifier and TypeMethodDescriptionSearchOperations.getSuggestion(String key, String prefix) SearchOperations.getSuggestion(String key, String prefix, AutoCompleteOptions options) SearchOperationsImpl.getSuggestion(String key, String prefix) SearchOperationsImpl.getSuggestion(String key, String prefix, AutoCompleteOptions options) -
Uses of Suggestion in com.redis.om.spring.repository.query.autocomplete
Methods in com.redis.om.spring.repository.query.autocomplete that return types with arguments of type SuggestionModifier and TypeMethodDescriptionAutoCompleteQueryExecutor.executeAutoCompleteQuery(Object[] parameters, String autoCompleteKey)