Uses of Interface
org.hibernate.search.engine.backend.types.dsl.VectorFieldTypeOptionsStep
Packages that use VectorFieldTypeOptionsStep
-
Uses of VectorFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dsl
Classes in org.hibernate.search.engine.backend.types.dsl with type parameters of type VectorFieldTypeOptionsStepModifier and TypeInterfaceDescriptioninterfaceVectorFieldTypeOptionsStep<S extends VectorFieldTypeOptionsStep<?,F>, F> The initial and final step in a "vector" index field type definition, where optional parameters can be set.Methods in org.hibernate.search.engine.backend.types.dsl that return VectorFieldTypeOptionsStepModifier and TypeMethodDescriptionVectorFieldTypeOptionsStep<?, byte[]> IndexFieldTypeFactory.asByteVector()Define a field type intended for use in vector search and whose values are represented as abyte[]in Hibernate Search.VectorFieldTypeOptionsStep<?, float[]> IndexFieldTypeFactory.asFloatVector()Define a field type intended for use in vector search and whose values are represented as afloat[]in Hibernate Search.<F> VectorFieldTypeOptionsStep<?, F> Define a vector field type whose values are represented as a given type in Hibernate Search.