Class SnSearchResult
java.lang.Object
de.hybris.platform.searchservices.search.data.SnSearchResult
Represents a search result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()getDebug()getLimit()Deprecated, for removal: This API element is subject to removal in a future version.No longer required.Deprecated, for removal: This API element is subject to removal in a future version.No longer required.getSize()getSort()Deprecated, for removal: This API element is subject to removal in a future version.Replaced bygetCount().voidsetAvailableSorts(List<SnNamedSort> availableSorts) voidvoidsetFacets(List<AbstractSnFacetResponse> facets) voidDeprecated, for removal: This API element is subject to removal in a future version.No longer required.voidDeprecated, for removal: This API element is subject to removal in a future version.No longer required.voidsetSearchHits(List<SnSearchHit> searchHits) voidDeprecated, for removal: This API element is subject to removal in a future version.No longer required.voidsetSort(SnNamedSort sort) voidsetTotalSize(Integer totalSize) Deprecated, for removal: This API element is subject to removal in a future version.Replaced bysetCount(Integer).toString()
-
Constructor Details
-
SnSearchResult
public SnSearchResult()
-
-
Method Details
-
getOffset
Deprecated, for removal: This API element is subject to removal in a future version.No longer required. -
setOffset
Deprecated, for removal: This API element is subject to removal in a future version.No longer required. -
getLimit
Deprecated, for removal: This API element is subject to removal in a future version.No longer required. -
setLimit
Deprecated, for removal: This API element is subject to removal in a future version.No longer required. -
getSize
-
setSize
Deprecated, for removal: This API element is subject to removal in a future version.No longer required. -
getCount
-
setCount
-
getTotalSize
Deprecated, for removal: This API element is subject to removal in a future version.Replaced bygetCount(). -
setTotalSize
Deprecated, for removal: This API element is subject to removal in a future version.Replaced bysetCount(Integer). -
getSearchHits
-
setSearchHits
-
getFacets
-
setFacets
-
getSort
-
setSort
-
getAvailableSorts
-
setAvailableSorts
-
getDebug
-
toString
-