Interface SnSearchContext
- All Superinterfaces:
SnContext,SnIndexContext
- All Known Implementing Classes:
DefaultSnSearchContext
Represents a search context.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the search request.Returns the search response.voidsetSearchResponse(SnSearchResponse searchResponse) Sets the search response.Methods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiersMethods inherited from interface de.hybris.platform.searchservices.index.service.SnIndexContext
getIndexId, setIndexId
-
Method Details
-
getSearchRequest
SnSearchRequest getSearchRequest()Returns the search request. -
getSearchResponse
SnSearchResponse getSearchResponse()Returns the search response. -
setSearchResponse
Sets the search response.- Parameters:
searchResponse- - the search response
-