Interface SnSearchResponse
-
- All Superinterfaces:
SnResponse
- All Known Implementing Classes:
DefaultSnSearchResponse
public interface SnSearchResponse extends SnResponse
Represents a search response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnSearchResultgetSearchResult()Returns the search result.-
Methods inherited from interface de.hybris.platform.searchservices.core.service.SnResponse
getIndexConfiguration, getIndexType
-
-
-
-
Method Detail
-
getSearchResult
SnSearchResult getSearchResult()
Returns the search result.- Returns:
- the search result
-
-