Interface PropertyMappingNonFullTextFieldOptionsStep<S extends PropertyMappingNonFullTextFieldOptionsStep<?>>
- Type Parameters:
S- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
PropertyMappingFieldOptionsStep<S>,PropertyMappingStandardFieldOptionsStep<S>,PropertyMappingStep
- All Known Subinterfaces:
PropertyMappingGenericFieldOptionsStep,PropertyMappingKeywordFieldOptionsStep,PropertyMappingScaledNumberFieldOptionsStep
public interface PropertyMappingNonFullTextFieldOptionsStep<S extends PropertyMappingNonFullTextFieldOptionsStep<?>>
extends PropertyMappingStandardFieldOptionsStep<S>
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.
-
Method Summary
Modifier and TypeMethodDescriptionaggregable(Aggregable aggregable) indexNullAs(String indexNullAs) Methods inherited from interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
extractor, extractors, noExtractors, valueBinder, valueBinder, valueBridge, valueBridge, valueBridgeMethods inherited from interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStandardFieldOptionsStep
projectable, searchableMethods inherited from interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
associationInverseSide, binder, binder, documentId, fullTextField, fullTextField, genericField, genericField, hostingType, indexedEmbedded, indexedEmbedded, indexingDependency, keywordField, keywordField, marker, marker, nonStandardField, nonStandardField, scaledNumberField, scaledNumberField
-
Method Details
-
sortable
- Parameters:
sortable- Whether this field should be sortable.- Returns:
this, for method chaining.- See Also:
-
aggregable
- Parameters:
aggregable- Whether aggregations are enabled for this field.- Returns:
this, for method chaining.- See Also:
-
indexNullAs
- Parameters:
indexNullAs- A value used instead of null values when indexing.- Returns:
this, for method chaining.- See Also:
-