Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingVectorFieldOptionsStep
Packages that use PropertyMappingVectorFieldOptionsStep
-
Uses of PropertyMappingVectorFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingVectorFieldOptionsStepModifier and TypeMethodDescriptionPropertyMappingVectorFieldOptionsStep.efConstruction(int efConstruction) PropertyMappingVectorFieldOptionsStep.indexNullAs(String indexNullAs) PropertyMappingVectorFieldOptionsStep.m(int m) PropertyMappingVectorFieldOptionsStep.projectable(Projectable projectable) PropertyMappingVectorFieldOptionsStep.searchable(Searchable searchable) PropertyMappingStep.vectorField()Maps the property to a vector field in the index with the same name as this property.PropertyMappingStep.vectorField(int dimension) Maps the property to a vector field in the index with the same name as this property.PropertyMappingStep.vectorField(int dimension, String relativeFieldName) Maps the property to a vector field in the index with a custom name.PropertyMappingStep.vectorField(String relativeFieldName) Maps the property to a vector field in the index with a custom name.PropertyMappingVectorFieldOptionsStep.vectorSimilarity(VectorSimilarity vectorSimilarity)