Files
elasticsearch-js/docs/reference/api/QueryDslSpanWithinQuery.md
2025-05-27 15:30:21 -05:00

7 lines
397 B
Markdown

## 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. |