Interface SnSearchContextFactory
- All Known Implementing Classes:
DefaultSnSearchContextFactory
public interface SnSearchContextFactory
Implementations of this interface are responsible for creating instances of
SnSearchContext.-
Method Summary
Modifier and TypeMethodDescriptioncreateSearchContext(SnSearchRequest searchRequest) Creates a new instance ofSnSearchContext.
-
Method Details
-
createSearchContext
Creates a new instance ofSnSearchContext.- Parameters:
searchRequest- - the search request- Returns:
- the new instance of
SnSearchContext - Throws:
SnSearchException- if an error occurs
-