Interface SnIndexerFieldWrapper

  • All Known Implementing Classes:
    DefaultSnIndexerFieldWrapper

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

      • getFieldId

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

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

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

        java.util.Map<java.lang.String,​java.lang.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

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