Match
October 22, 2025 ยท View on GitHub
Filter helper object defining a match keyword and match options
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| query | String | ||
| operator | OperatorEnum | [optional] | |
| boost | BigDecimal | [optional] |
Enum: OperatorEnum
| Name | Value |
|---|---|
| OR | "or" |
| AND | "and" |