Request object for search operation
| Name | Type | Description | Notes |
|---|---|---|---|
| table | String | The table to perform the search on | |
| query | SearchQuery | [optional] | |
| join | List<Join> | Join clause to combine search data from multiple tables | [optional] |
| highlight | Highlight | [optional] | |
| limit | Integer | Maximum number of results to return | [optional] |
| knn | Knn | [optional] | |
| aggs | Map<String, Aggregation> | Defines aggregation settings for grouping results | [optional] |
| expressions | Map<String, String> | Expressions to calculate additional values for the result | [optional] |
| maxMatches | Integer | Maximum number of matches allowed in the result | [optional] |
| offset | Integer | Starting point for pagination of the result | [optional] |
| options | Object | Additional search options | [optional] |
| profile | Boolean | Enable or disable profiling of the search request | [optional] |
| sort | Object | [optional] | |
| source | Object | [optional] | |
| trackScores | Boolean | Enable or disable result weight calculation used for sorting | [optional] |