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

    • sortable

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

      S aggregable(org.hibernate.search.engine.backend.types.Aggregable aggregable)
      Parameters:
      aggregable - Whether aggregations are enabled for this field.
      Returns:
      this, for method chaining.
      See Also:
    • indexNullAs

      S indexNullAs(String indexNullAs)
      Parameters:
      indexNullAs - A value used instead of null values when indexing.
      Returns:
      this, for method chaining.
      See Also: