Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingNonFullTextFieldOptionsStep
-
Packages that use PropertyMappingNonFullTextFieldOptionsStep Package Description org.hibernate.search.mapper.pojo.mapping.definition.programmatic -
-
Uses of PropertyMappingNonFullTextFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Classes in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with type parameters of type PropertyMappingNonFullTextFieldOptionsStep Modifier and Type Interface Description interfacePropertyMappingNonFullTextFieldOptionsStep<S extends PropertyMappingNonFullTextFieldOptionsStep<?>>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.Subinterfaces of PropertyMappingNonFullTextFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic Modifier and Type Interface Description interfacePropertyMappingGenericFieldOptionsStepThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a generic field.interfacePropertyMappingKeywordFieldOptionsStepThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a keyword field.interfacePropertyMappingScaledNumberFieldOptionsStepThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a "scaled number" field.
-