Interface SnSearchStrategyFactory
- All Known Implementing Classes:
DefaultSnSearchStrategyFactory
public interface SnSearchStrategyFactory
Implementations of this interface are responsible for getting the applicable instance of
SnSearchStrategy.-
Method Summary
Modifier and TypeMethodDescriptiongetSearchStrategy(SnSearchRequest searchRequest) Returns an instance ofSnSearchStrategy.
-
Method Details
-
getSearchStrategy
Returns an instance ofSnSearchStrategy.- Parameters:
searchRequest- - the search request- Returns:
- the search strategy
- Throws:
SnSearchException- if an error occurs
-