Uses of Enum Class
org.hibernate.search.engine.backend.types.VectorSimilarity
Packages that use VectorSimilarity
Package
Description
-
Uses of VectorSimilarity in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type VectorSimilarityModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.vectorSimilarityNotSupportedByOpenSearchBackend(VectorSimilarity vectorSimilarity) Log.vectorSimilarityNotSupportedByOpenSearchBackend(VectorSimilarity vectorSimilarity) -
Uses of VectorSimilarity in org.hibernate.search.backend.elasticsearch.types.codec.impl
Fields in org.hibernate.search.backend.elasticsearch.types.codec.impl declared as VectorSimilarityModifier and TypeFieldDescriptionprotected final VectorSimilarityAbstractElasticsearchVectorFieldCodec.similarityConstructors in org.hibernate.search.backend.elasticsearch.types.codec.impl with parameters of type VectorSimilarityModifierConstructorDescriptionprotectedAbstractElasticsearchVectorFieldCodec(com.google.gson.Gson gson, VectorSimilarity similarity, int dimension, Integer m, Integer efConstruction, F indexNullAs) ElasticsearchByteVectorFieldCodec(com.google.gson.Gson gson, VectorSimilarity similarity, int dimension, Integer m, Integer efConstruction, byte[] indexNullAs) ElasticsearchFloatVectorFieldCodec(com.google.gson.Gson gson, VectorSimilarity similarity, int dimension, Integer m, Integer efConstruction, float[] indexNullAs) -
Uses of VectorSimilarity in org.hibernate.search.backend.elasticsearch.types.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.types.mapping.impl that return VectorSimilarityModifier and TypeMethodDescriptionElasticsearchVectorFieldTypeMappingContributor.Context.vectorSimilarity() -
Uses of VectorSimilarity in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return VectorSimilarityModifier and TypeMethodDescriptionstatic VectorSimilarityReturns the enum constant of this class with the specified name.static VectorSimilarity[]VectorSimilarity.values()Returns an array containing the constants of this enum class, 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)