Interface PropertyMappingStandardFieldOptionsStep<S extends PropertyMappingStandardFieldOptionsStep<?>>

Type Parameters:
S - The "self" type (the actual exposed type of this step).
All Superinterfaces:
PropertyMappingFieldOptionsStep<S>, PropertyMappingStep
All Known Subinterfaces:
PropertyMappingFullTextFieldOptionsStep, PropertyMappingGenericFieldOptionsStep, PropertyMappingKeywordFieldOptionsStep, PropertyMappingNonFullTextFieldOptionsStep<S>, PropertyMappingScaledNumberFieldOptionsStep

public interface PropertyMappingStandardFieldOptionsStep<S extends PropertyMappingStandardFieldOptionsStep<?>> extends PropertyMappingFieldOptionsStep<S>
The step in a property-to-index-field mapping where optional parameters can be set.
  • Method Details

    • projectable

      S projectable(org.hibernate.search.engine.backend.types.Projectable projectable)
      Parameters:
      projectable - Whether projections are enabled for this field.
      Returns:
      this, for method chaining.
      See Also:
    • searchable

      S searchable(org.hibernate.search.engine.backend.types.Searchable searchable)
      Parameters:
      searchable - Whether this field should be searchable.
      Returns:
      this, for method chaining.
      See Also: