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