| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.mapping.definition.programmatic |
| Modifier and Type | Method and 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) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.