MatchQuery¶
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| boost | Float | [optional] | |
| column | String | ||
| fuzziness | Integer | [optional] | |
| maxExpansions | Integer | The maximum number of terms to expand for fuzzy matching. Default to 50. | [optional] |
| operator | Operator | The operator to use for combining terms. This can be either `And` or `Or`, it's 'Or' by default. - `And`: All terms must match. - `Or`: At least one term must match. | [optional] |
| prefixLength | Integer | The number of beginning characters being unchanged for fuzzy matching. Default to 0. | [optional] |
| terms | String |