Manticoresearch.SearchRequest
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| table | String | The table to perform the search on | |
| query | SearchQuery | [optional] | |
| join | [Join] | Join clause to combine search data from multiple tables | [optional] |
| highlight | Highlight | [optional] | |
| limit | Number | Maximum number of results to return | [optional] |
| knn | Knn | [optional] | |
| aggs | {String: Aggregation} | Defines aggregation settings for grouping results | [optional] |
| expressions | {String: String} | Expressions to calculate additional values for the result | [optional] |
| maxMatches | Number | Maximum number of matches allowed in the result | [optional] |
| offset | Number | 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] |