Uses of Enum
org.hibernate.search.engine.backend.types.VectorSimilarity
Packages that use VectorSimilarity
Package
Description
-
Uses of VectorSimilarity in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return VectorSimilarityModifier and TypeMethodDescriptionstatic VectorSimilarity
Returns the enum constant of this type with the specified name.static VectorSimilarity[]
VectorSimilarity.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VectorSimilarity in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type VectorSimilarityModifier and TypeMethodDescriptionVectorFieldTypeOptionsStep.vectorSimilarity
(VectorSimilarity vectorSimilarity) -
Uses of VectorSimilarity in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type VectorSimilarityModifier and TypeMethodDescriptionPropertyMappingVectorFieldOptionsStep.vectorSimilarity
(VectorSimilarity vectorSimilarity)