Interface SnIndexContextFactory
- All Known Implementing Classes:
DefaultSnIndexContextFactory,DefaultSnIndexerBatchContextFactory,DefaultSnIndexerContextFactory,DefaultSnSearchContextFactory,DefaultSnSuggestContextFactory
public interface SnIndexContextFactory
Implementations of this interface are responsible for creating instances of
SnIndexContext.-
Method Summary
Modifier and TypeMethodDescriptioncreateIndexContext(String indexTypeId) Creates a new instance ofSnIndexContext.
-
Method Details
-
createIndexContext
Creates a new instance ofSnIndexContext.- Parameters:
indexTypeId- - the index type id- Returns:
- the new instance of
SnIndexContext - Throws:
SnIndexException- if an error occurs
-