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 PropertyMappingFullTextFieldOptionsStepPropertyMappingFullTextFieldOptionsStep. analyzer(String analyzerName)PropertyMappingFullTextFieldOptionsStepPropertyMappingStep. fullTextField()Maps the property to a full-text field in the index with the same name as this property.PropertyMappingFullTextFieldOptionsStepPropertyMappingStep. fullTextField(String relativeFieldName)Maps the property to a full-text field in the index with a custom name.PropertyMappingFullTextFieldOptionsStepPropertyMappingFullTextFieldOptionsStep. norms(Norms norms)PropertyMappingFullTextFieldOptionsStepPropertyMappingFullTextFieldOptionsStep. searchAnalyzer(String searchAnalyzerName)PropertyMappingFullTextFieldOptionsStepPropertyMappingFullTextFieldOptionsStep. termVector(TermVector termVector)
-