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