The API used to query the search engine.
Name | Type | Description | Notes |
---|---|---|---|
ConfigurationName | string | The name of the configuration to use to process this request | [optional] |
Facets | List<string> | the list of facets that will be included in the results. | [optional] |
IsSortAscending | bool | the value indicating the sort is ascending | [optional] |
Keywords | string | the search terms to use in the query. | [optional] |
MaximumItems | int | the maximum number of items returned by the search query. | [optional] |
Properties | List<string> | the collection of properties, represented as string, to return in the search results. | [optional] |
SearchFilters | List<SearchFilter> | the collection of SearchFilters. | [optional] |
SearchRanges | List<SearchRange> | the collection of SearchRange. | [optional] |
SortFieldName | string | the name of the field used to order the results. | [optional] |
StartingIndex | int | the index of the first record in the list (used for paging purpose). | [optional] |