Interface SnSearchContext
-
- All Superinterfaces:
SnContext,SnIndexContext
- All Known Implementing Classes:
DefaultSnSearchContext
public interface SnSearchContext extends SnIndexContext
Represents a search context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnSearchRequestgetSearchRequest()Returns the search request.SnSearchResponsegetSearchResponse()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, getQualifiers
-
Methods inherited from interface de.hybris.platform.searchservices.index.service.SnIndexContext
getIndexId, setIndexId
-
-
-
-
Method Detail
-
getSearchRequest
SnSearchRequest getSearchRequest()
Returns the search request.
-
getSearchResponse
SnSearchResponse getSearchResponse()
Returns the search response.
-
setSearchResponse
void setSearchResponse(SnSearchResponse searchResponse)
Sets the search response.- Parameters:
searchResponse- - the search response
-
-