8 lines
386 B
Markdown
8 lines
386 B
Markdown
## Interface `QueryDslSpanNearQuery`
|
|
|
|
| Name | Type | Description |
|
|
| - | - | - |
|
|
| `clauses` | [QueryDslSpanQuery](./QueryDslSpanQuery.md)[] | Array of one or more other span type queries. |
|
|
| `in_order` | boolean | Controls whether matches are required to be in-order. |
|
|
| `slop` | [integer](./integer.md) | Controls the maximum number of intervening unmatched positions permitted. |
|