Interface SnIndexerStrategyFactory
-
- All Known Implementing Classes:
DefaultSnIndexerStrategyFactory
public interface SnIndexerStrategyFactoryImplementations of this interface are responsible for getting the applicable instance ofSnSuggestStrategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnIndexerStrategygetIndexerStrategy(SnIndexerRequest indexerRequest)Returns an instance ofSnIndexerStrategy.
-
-
-
Method Detail
-
getIndexerStrategy
SnIndexerStrategy getIndexerStrategy(SnIndexerRequest indexerRequest) throws SnIndexerException
Returns an instance ofSnIndexerStrategy.- Parameters:
indexerRequest- - the indexer request- Returns:
- the indexer strategy
- Throws:
SnIndexerException- if an error occurs
-
-