Interface SnFieldFactory
- All Known Implementing Classes:
DefaultSnFieldFactory
public interface SnFieldFactory
Factory for default fields, it collects the fields provided by all the registered implementations of
SnFieldProvider.-
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
-