FtsQuery¶
Full-text search query. Exactly one query type field must be provided. This structure follows the same pattern as AlterTransactionAction to minimize differences and compatibility issues across codegen in different languages.
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| match | MatchQuery | [optional] | |
| phrase | PhraseQuery | [optional] | |
| boost | BoostQuery | [optional] | |
| multiMatch | MultiMatchQuery | [optional] | |
| _boolean | BooleanQuery | [optional] |