Uses of Enum Class
com.redis.lettucemod.protocol.SearchCommandKeyword
Packages that use SearchCommandKeyword
-
Uses of SearchCommandKeyword in com.redis.lettucemod.protocol
Methods in com.redis.lettucemod.protocol that return SearchCommandKeywordModifier and TypeMethodDescriptionstatic SearchCommandKeywordReturns the enum constant of this class with the specified name.static SearchCommandKeyword[]SearchCommandKeyword.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SearchCommandKeyword in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return SearchCommandKeywordMethods in com.redis.lettucemod.search with parameters of type SearchCommandKeywordModifier and TypeMethodDescriptionVectorField.Builder.algorithm(SearchCommandKeyword algorithm) VectorField.Builder.distanceMetric(SearchCommandKeyword distanceMetric) VectorField.Builder.vectorType(SearchCommandKeyword type)