7 lines
398 B
Markdown
7 lines
398 B
Markdown
## Interface `QueryDslTermQuery`
|
||
|
||
| Name | Type | Description |
|
||
| - | - | - |
|
||
| `case_insensitive` | boolean | Allows ASCII case insensitive matching of the value with the indexed field values when set to `true`. When `false`, the case sensitivity of matching depends on the underlying field’s mapping. |
|
||
| `value` | [FieldValue](./FieldValue.md) | Term you wish to find in the provided field. |
|