Interface SnIndexerContextFactory
-
- All Known Implementing Classes:
DefaultSnIndexerContextFactory
public interface SnIndexerContextFactoryImplementations of this interface are responsible for creating instances ofSnSuggestContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnIndexerContextcreateIndexerContext(SnIndexerRequest indexerRequest)Creates a new instance ofSnSuggestContext.
-
-
-
Method Detail
-
createIndexerContext
SnIndexerContext createIndexerContext(SnIndexerRequest indexerRequest) throws SnIndexerException
Creates a new instance ofSnSuggestContext.- Parameters:
indexerRequest- - the indexer request- Returns:
- the new instance of
SnSuggestContext - Throws:
SnIndexerException- if an error occurs
-
-