| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.mapping.definition.programmatic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyMappingFieldOptionsStep<S extends PropertyMappingFieldOptionsStep<?>>
The step in a property-to-index-field mapping where optional parameters can be set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyMappingFullTextFieldOptionsStep
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is a full-text field.
|
interface |
PropertyMappingGenericFieldOptionsStep
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is a generic field.
|
interface |
PropertyMappingKeywordFieldOptionsStep
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is a keyword field.
|
interface |
PropertyMappingNonFullTextFieldOptionsStep<S extends PropertyMappingNonFullTextFieldOptionsStep<?>>
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is not a full-text field.
|
interface |
PropertyMappingScaledNumberFieldOptionsStep
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is a "scaled number" field.
|
interface |
PropertyMappingStandardFieldOptionsStep<S extends PropertyMappingStandardFieldOptionsStep<?>>
The step in a property-to-index-field mapping where optional parameters can be set.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyMappingFieldOptionsStep<?> |
PropertyMappingStep.nonStandardField()
Maps the property to a field of non-standard type in the index with the same name as this property.
|
PropertyMappingFieldOptionsStep<?> |
PropertyMappingStep.nonStandardField(String relativeFieldName)
Maps the property to a field of non-standard type in the index with a custom name.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.