Uses of Enum Class
com.redis.lettucemod.search.Language
Packages that use Language
-
Uses of Language in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return LanguageModifier and TypeMethodDescriptionstatic LanguageReturns the enum constant of this class with the specified name.static Language[]Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.redis.lettucemod.search that return types with arguments of type LanguageMethods in com.redis.lettucemod.search with parameters of type LanguageModifier and TypeMethodDescriptionCreateOptions.Builder.defaultLanguage(Language defaultLanguage) voidSearchOptions.setLanguage(Language language) Method parameters in com.redis.lettucemod.search with type arguments of type LanguageModifier and TypeMethodDescriptionvoidCreateOptions.setDefaultLanguage(Optional<Language> defaultLanguage)