WIP better generated API reference docs
This commit is contained in:
6
docs/reference/api/QueryDslSpanWithinQuery.md
Normal file
6
docs/reference/api/QueryDslSpanWithinQuery.md
Normal file
@ -0,0 +1,6 @@
|
||||
## Interface `QueryDslSpanWithinQuery`
|
||||
|
||||
| Name | Type | Description |
|
||||
| - | - | - |
|
||||
| `big` | [QueryDslSpanQuery](./QueryDslSpanQuery.md) | Can be any span query. Matching spans from `little` that are enclosed within `big` are returned. |
|
||||
| `little` | [QueryDslSpanQuery](./QueryDslSpanQuery.md) | Can be any span query. Matching spans from `little` that are enclosed within `big` are returned. |
|
||||
Reference in New Issue
Block a user