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

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