| Interface | Description |
|---|---|
| CsFacetSearchCommand |
A search command that includes facet values in the search query.
|
| CsFacetSearchResult<SC extends CsFacetSearchCommand,E> |
Interface to represent facet search results.
|
| CsFacetSearchService<SC extends CsFacetSearchCommand,E> |
A specialized search service that returns facet data in the search results.
|
| CsSearchCommand |
The search command interface is the base type for all search commands.
|
| CsSearchFacet |
Search facet represents a facet field or dimension.
|
| CsSearchFacetValue |
Search facet value represents a value for a facet field or dimension.
|
| CsSearchQueryBuilder<SC extends CsSearchCommand,Q> |
Query builder interface.
|
| CsSearchResult<SC extends CsSearchCommand,E> |
Interface to represent search results.
|
| CsSearchService<SC extends CsSearchCommand,E> |
The base interface for a search service.
|
| CsSort |
Interface for search result sort option.
|
| Pageable |
Interface used to pass the paging and sorting requirements for a search.
|
| Exception | Description |
|---|---|
| SearchException |
Exception thrown when a search fails.
|
Copyright © 2017 SAP SE. All Rights Reserved.