7 lines
403 B
Markdown
7 lines
403 B
Markdown
## Interface `QueryDslSpanContainingQuery`
|
|
|
|
| Name | Type | Description |
|
|
| - | - | - |
|
|
| `big` | [QueryDslSpanQuery](./QueryDslSpanQuery.md) | Can be any span query. Matching spans from `big` that contain matches from `little` are returned. |
|
|
| `little` | [QueryDslSpanQuery](./QueryDslSpanQuery.md) | Can be any span query. Matching spans from `big` that contain matches from `little` are returned. |
|