WIP better generated API reference docs
This commit is contained in:
6
docs/reference/api/QueryDslTermQuery.md
Normal file
6
docs/reference/api/QueryDslTermQuery.md
Normal file
@ -0,0 +1,6 @@
|
||||
## 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. |
|
||||
Reference in New Issue
Block a user