SC - The type of search command used to run the searchE - The search result element typepublic interface CsSearchService<SC extends CsSearchCommand,E>
CsFacetSearchService interface as well.| Modifier and Type | Method and Description |
|---|---|
CsSearchResult<SC,E> |
search(SC command,
Pageable pageable)
Execute a search and return the results
|
CsSearchResult<SC,E> search(SC command, Pageable pageable) throws SearchException
command - the search commandpageable - the paging and sorting optionsSearchException - thrown on errorCopyright © 2018 SAP SE. All Rights Reserved.