Interface SnIndexerFieldWrapper

All Known Implementing Classes:
DefaultSnIndexerFieldWrapper

public interface SnIndexerFieldWrapper
Wrapper for fields used during the indexing process.
  • Method Details

    • getFieldId

      String getFieldId()
      Returns the field id.
      Returns:
      the field id
    • getField

      SnField getField()
      Returns the field.
      Returns:
      the field
    • getValueProviderId

      String getValueProviderId()
      Returns the value provider id.
      Returns:
      the value provider
    • getValueProviderParameters

      Map<String,String> getValueProviderParameters()
      Returns the value provider parameters.
      Returns:
      the value provider parameters
    • isLocalized

      boolean isLocalized()
      Returns whether the field is localized.
      Returns:
      true if the field is localized, false otherwise.
    • isQualified

      boolean isQualified()
      Returns whether the field is qualified.
      Returns:
      true if the field is qualified, false otherwise.
    • isMultiValued

      boolean isMultiValued()
      Returns whether the field is multi-valued.
      Returns:
      true if the field is multi-valued, false otherwise.
    • getQualifiers

      List<SnQualifier> getQualifiers()
      Returns the qualifiers.
      Returns:
      the qualifiers.