Interface SnSearchContextFactory
-
- All Known Implementing Classes:
DefaultSnSearchContextFactory
public interface SnSearchContextFactoryImplementations of this interface are responsible for creating instances ofSnSearchContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnSearchContextcreateSearchContext(SnSearchRequest searchRequest)Creates a new instance ofSnIndexContext.
-
-
-
Method Detail
-
createSearchContext
SnSearchContext createSearchContext(SnSearchRequest searchRequest) throws SnSearchException
Creates a new instance ofSnIndexContext.- Parameters:
searchRequest- - the search request- Returns:
- the new instance of
SnIndexContext - Throws:
SnSearchException- if an error occurs
-
-