Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingKeywordFieldOptionsStep
-
Packages that use PropertyMappingKeywordFieldOptionsStep Package Description org.hibernate.search.mapper.pojo.mapping.definition.programmatic -
-
Uses of PropertyMappingKeywordFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingKeywordFieldOptionsStep Modifier and Type Method Description PropertyMappingKeywordFieldOptionsStepPropertyMappingStep. keywordField()Maps the property to a keyword field in the index with the same name as this property.PropertyMappingKeywordFieldOptionsStepPropertyMappingStep. keywordField(String relativeFieldName)Maps the property to a keyword field in the index with a custom name.PropertyMappingKeywordFieldOptionsStepPropertyMappingKeywordFieldOptionsStep. normalizer(String normalizerName)PropertyMappingKeywordFieldOptionsStepPropertyMappingKeywordFieldOptionsStep. norms(Norms norms)
-