Uses of Enum Class
com.yahoo.schema.document.Attribute.DistanceMetric
Packages that use Attribute.DistanceMetric
-
Uses of Attribute.DistanceMetric in com.yahoo.schema.document
Fields in com.yahoo.schema.document declared as Attribute.DistanceMetricModifier and TypeFieldDescriptionstatic final Attribute.DistanceMetricAttribute.DEFAULT_DISTANCE_METRICMethods in com.yahoo.schema.document that return Attribute.DistanceMetricModifier and TypeMethodDescriptionAttribute.distanceMetric()static Attribute.DistanceMetricReturns the enum constant of this class with the specified name.static Attribute.DistanceMetric[]Attribute.DistanceMetric.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.schema.document with parameters of type Attribute.DistanceMetricModifier and TypeMethodDescriptionvoidAttribute.setDistanceMetric(Attribute.DistanceMetric metric)