| boost |
Float |
|
[optional] |
| column |
String |
|
[optional] |
| fuzziness |
Integer |
|
[optional] |
| maxExpansions |
Integer |
The maximum number of terms to expand for fuzzy matching. Default to 50. |
[optional] |
| operator |
String |
The operator to use for combining terms. Case insensitive, supports both PascalCase and snake_case. Valid values are: - 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 |
|
|