Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
-
Packages that use PropertyMappingFieldOptionsStep Package Description org.hibernate.search.mapper.pojo.mapping.definition.programmatic -
-
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 PropertyMappingFieldOptionsStep Modifier and Type Interface Description interfacePropertyMappingFieldOptionsStep<S extends PropertyMappingFieldOptionsStep<?>>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.programmatic Modifier and Type Interface Description interfacePropertyMappingFullTextFieldOptionsStepThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a full-text field.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.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.interfacePropertyMappingScaledNumberFieldOptionsStepThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a "scaled number" field.interfacePropertyMappingStandardFieldOptionsStep<S extends PropertyMappingStandardFieldOptionsStep<?>>The step in a property-to-index-field mapping where optional parameters can be set.Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingFieldOptionsStep Modifier and Type Method Description PropertyMappingFieldOptionsStep<?>PropertyMappingStep. nonStandardField()Maps the property to a field of non-standard type in the index with the same name as this property.PropertyMappingFieldOptionsStep<?>PropertyMappingStep. nonStandardField(String relativeFieldName)Maps the property to a field of non-standard type in the index with a custom name.
-