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