Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
Packages that use PropertyMappingFieldOptionsStep
-
Uses of PropertyMappingFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Classes in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with type parameters of type PropertyMappingFieldOptionsStepModifier and TypeInterfaceDescriptioninterface
The step in a property-to-index-field mapping where optional parameters can be set.Subinterfaces of PropertyMappingFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmaticModifier and TypeInterfaceDescriptioninterface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a full-text field.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a generic field.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a keyword field.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is not a full-text field.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a "scaled number" field.interface
The step in a property-to-index-field mapping where optional parameters can be set.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a vector field.Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingFieldOptionsStepModifier and TypeMethodDescriptionPropertyMappingStep.nonStandardField()
Maps the property to a field of non-standard type in the index with the same name as this property.PropertyMappingStep.nonStandardField
(String relativeFieldName) Maps the property to a field of non-standard type in the index with a custom name.