Interface SnFieldProvider
- All Known Implementing Classes:
CoreSnFieldProvider
public interface SnFieldProvider
Provider for default fields.
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultFields(SnIndexType indexType) Returns default fields to be added to an index type.
-
Method Details
-
getDefaultFields
Returns default fields to be added to an index type.- Parameters:
indexType- - the index type- Returns:
- the default fields
-