Uses of Class
com.redis.lettucemod.search.Language
-
Packages that use Language Package Description com.redis.lettucemod.search -
-
Uses of Language in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return Language Modifier and Type Method Description static LanguageLanguage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redis.lettucemod.search that return types with arguments of type Language Modifier and Type Method Description java.util.Optional<Language>CreateOptions. getDefaultLanguage()java.util.Optional<Language>SearchOptions. getLanguage()Methods in com.redis.lettucemod.search with parameters of type Language Modifier and Type Method Description CreateOptions.Builder<K,V>CreateOptions.Builder. defaultLanguage(Language defaultLanguage)SearchOptions.Builder<K,V>SearchOptions.Builder. language(Language language)voidSearchOptions. setLanguage(Language language)Method parameters in com.redis.lettucemod.search with type arguments of type Language Modifier and Type Method Description voidCreateOptions. setDefaultLanguage(java.util.Optional<Language> defaultLanguage)
-