Interface SnIndexContextFactory
-
- All Known Implementing Classes:
DefaultSnIndexContextFactory,DefaultSnIndexerContextFactory,DefaultSnSearchContextFactory,DefaultSnSuggestContextFactory
public interface SnIndexContextFactoryImplementations of this interface are responsible for creating instances ofSnIndexContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnIndexContextcreateIndexContext(java.lang.String indexTypeId)Creates a new instance ofSnIndexContext.
-
-
-
Method Detail
-
createIndexContext
SnIndexContext createIndexContext(java.lang.String indexTypeId) throws SnIndexException
Creates a new instance ofSnIndexContext.- Parameters:
indexTypeId- - the index type id- Returns:
- the new instance of
SnIndexContext - Throws:
SnIndexException- if an error occurs
-
-