7 lines
397 B
Markdown
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. |
|