Interface SnFieldFactory
-
- All Known Implementing Classes:
DefaultSnFieldFactory
public interface SnFieldFactoryFactory for default fields, it collects the fields provided by all the registered implementations ofSnFieldProvider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<SnField>getDefaultFields(SnIndexType indexType)Returns default fields to be added to an index type.
-
-
-
Method Detail
-
getDefaultFields
java.util.List<SnField> getDefaultFields(SnIndexType indexType)
Returns default fields to be added to an index type.- Parameters:
indexType- - the index type- Returns:
- the default fields
-
-