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 PropertyMappingKeywordFieldOptionsStep
PropertyMappingStep. keywordField()
Maps the property to a keyword field in the index with the same name as this property.PropertyMappingKeywordFieldOptionsStep
PropertyMappingStep. keywordField(String relativeFieldName)
Maps the property to a keyword field in the index with a custom name.PropertyMappingKeywordFieldOptionsStep
PropertyMappingKeywordFieldOptionsStep. normalizer(String normalizerName)
PropertyMappingKeywordFieldOptionsStep
PropertyMappingKeywordFieldOptionsStep. norms(Norms norms)
-