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 Details