| Modifier and Type | Interface and Description |
|---|---|
interface |
CsSearchQueryBuilder<SC extends CsSearchCommand,Q>
Query builder interface.
|
interface |
CsSearchResult<SC extends CsSearchCommand,E>
Interface to represent search results.
|
interface |
CsSearchService<SC extends CsSearchCommand,E>
The base interface for a search service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CsFacetSearchCommand
A search command that includes facet values in the search query.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CsFlexibleSearchQueryBuilder<SC extends CsSearchCommand>
Query builder interface for the
DefaultCsFlexibleSearchService. |
class |
DefaultCsFlexibleSearchService<SC extends CsSearchCommand,E extends ItemModel> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCsFlexibleSearchQueryBuilder<SC extends CsSearchCommand> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCsSearchResult<SC extends CsSearchCommand,E> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCsFacetSearchCommand |
class |
DefaultCsTextFacetSearchCommand |
class |
DefaultCsTextSearchCommand |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchCommandController<SC extends CsSearchCommand>
Search command controller interface can execute a search command and expose the results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSearchCommandController<SC extends CsSearchCommand>
The default implementation of the
SearchCommandController interface. |
Copyright © 2017 SAP SE. All Rights Reserved.