Interface SnIndexerFieldWrapper
- All Known Implementing Classes:
DefaultSnIndexerFieldWrapper
public interface SnIndexerFieldWrapper
Wrapper for fields used during the indexing process.
-
Method Summary
Modifier and TypeMethodDescriptiongetField()Returns the field.Returns the field id.Returns the qualifiers.Returns the value provider id.Returns the value provider parameters.booleanReturns whether the field is localized.booleanReturns whether the field is multi-valued.booleanReturns whether the field is qualified.
-
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
Returns the value provider parameters.- Returns:
- the value provider parameters
-
isLocalized
boolean isLocalized()Returns whether the field is localized.- Returns:
trueif the field is localized,falseotherwise.
-
isQualified
boolean isQualified()Returns whether the field is qualified.- Returns:
trueif the field is qualified,falseotherwise.
-
isMultiValued
boolean isMultiValued()Returns whether the field is multi-valued.- Returns:
trueif the field is multi-valued,falseotherwise.
-
getQualifiers
List<SnQualifier> getQualifiers()Returns the qualifiers.- Returns:
- the qualifiers.
-