398 B
398 B
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 | Term you wish to find in the provided field. |