Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFullTextFieldOptionsStep
Packages that use PropertyMappingFullTextFieldOptionsStep
-
Uses of PropertyMappingFullTextFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingFullTextFieldOptionsStepModifier and TypeMethodDescriptionPropertyMappingStep.fullTextField()Maps the property to a full-text field in the index with the same name as this property.PropertyMappingStep.fullTextField(String relativeFieldName) Maps the property to a full-text field in the index with a custom name.PropertyMappingFullTextFieldOptionsStep.highlightable(Collection<Highlightable> highlightable) PropertyMappingFullTextFieldOptionsStep.searchAnalyzer(String searchAnalyzerName) PropertyMappingFullTextFieldOptionsStep.termVector(TermVector termVector)