Uses of Interface
org.hibernate.search.engine.backend.types.dsl.VectorFieldTypeOptionsStep
Packages that use VectorFieldTypeOptionsStep
Package
Description
-
Uses of VectorFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.impl that return VectorFieldTypeOptionsStepModifier and TypeMethodDescriptionVectorFieldTypeOptionsStep<?,byte[]> ElasticsearchIndexFieldTypeFactoryImpl.asByteVector()VectorFieldTypeOptionsStep<?,float[]> ElasticsearchIndexFieldTypeFactoryImpl.asFloatVector()<F> VectorFieldTypeOptionsStep<?,F> -
Uses of VectorFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dsl
Subinterfaces of VectorFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dslModifier and TypeInterfaceDescriptioninterfaceLuceneVectorFieldTypeOptionsStep<S extends LuceneVectorFieldTypeOptionsStep<?,F>, F> -
Uses of VectorFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dsl.impl
Methods in org.hibernate.search.backend.lucene.types.dsl.impl that return VectorFieldTypeOptionsStepModifier and TypeMethodDescriptionVectorFieldTypeOptionsStep<?,byte[]> LuceneIndexFieldTypeFactoryImpl.asByteVector()VectorFieldTypeOptionsStep<?,float[]> LuceneIndexFieldTypeFactoryImpl.asFloatVector()<F> VectorFieldTypeOptionsStep<?,F> -
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. -
Uses of VectorFieldTypeOptionsStep in org.hibernate.search.mapper.pojo.bridge.binding.spi
Methods in org.hibernate.search.mapper.pojo.bridge.binding.spi that return VectorFieldTypeOptionsStep