Interface SnIndexerContextFactory
- All Known Implementing Classes:
DefaultSnIndexerBatchContextFactory,DefaultSnIndexerContextFactory
public interface SnIndexerContextFactory
Implementations of this interface are responsible for creating instances of
SnIndexerContext.-
Method Summary
Modifier and TypeMethodDescriptioncreateIndexerContext(SnIndexerRequest indexerRequest) Creates a new instance ofSnIndexerContext.
-
Method Details
-
createIndexerContext
Creates a new instance ofSnIndexerContext.- Parameters:
indexerRequest- - the indexer request- Returns:
- the new instance of
SnIndexerContext - Throws:
SnIndexerException- if an error occurs
-