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