Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFullTextFieldOptionsStep
-
Packages that use PropertyMappingFullTextFieldOptionsStep Package Description org.hibernate.search.mapper.pojo.mapping.definition.programmatic -
-
Uses of PropertyMappingFullTextFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingFullTextFieldOptionsStep Modifier and Type Method Description PropertyMappingFullTextFieldOptionsStep
PropertyMappingFullTextFieldOptionsStep. analyzer(String analyzerName)
PropertyMappingFullTextFieldOptionsStep
PropertyMappingStep. fullTextField()
Maps the property to a full-text field in the index with the same name as this property.PropertyMappingFullTextFieldOptionsStep
PropertyMappingStep. fullTextField(String relativeFieldName)
Maps the property to a full-text field in the index with a custom name.PropertyMappingFullTextFieldOptionsStep
PropertyMappingFullTextFieldOptionsStep. norms(Norms norms)
PropertyMappingFullTextFieldOptionsStep
PropertyMappingFullTextFieldOptionsStep. searchAnalyzer(String searchAnalyzerName)
PropertyMappingFullTextFieldOptionsStep
PropertyMappingFullTextFieldOptionsStep. termVector(TermVector termVector)
-