Interface SnIndexerStrategyFactory
- All Known Implementing Classes:
DefaultSnIndexerStrategyFactory
public interface SnIndexerStrategyFactory
Implementations of this interface are responsible for getting the applicable instance of
SnSuggestStrategy.-
Method Summary
Modifier and TypeMethodDescriptiongetIndexerStrategy(SnIndexerRequest indexerRequest) Returns an instance ofSnIndexerStrategy.
-
Method Details
-
getIndexerStrategy
Returns an instance ofSnIndexerStrategy.- Parameters:
indexerRequest- - the indexer request- Returns:
- the indexer strategy
- Throws:
SnIndexerException- if an error occurs
-