Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStandardFieldOptionsStep
Packages that use PropertyMappingStandardFieldOptionsStep
-
Uses of PropertyMappingStandardFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Classes in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with type parameters of type PropertyMappingStandardFieldOptionsStepModifier and TypeInterfaceDescriptioninterfaceThe step in a property-to-index-field mapping where optional parameters can be set.Subinterfaces of PropertyMappingStandardFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmaticModifier and TypeInterfaceDescriptioninterfaceThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a full-text field.interfaceThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a generic field.interfaceThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a keyword field.interfaceThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is not a full-text field.interfaceThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a "scaled number" field.