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

11 lines
801 B
Markdown

## Interface `QueryDslIntervalsMatch`
| Name | Type | Description |
| - | - | - |
| `analyzer` | string | Analyzer used to analyze terms in the query. |
| `filter` | [QueryDslIntervalsFilter](./QueryDslIntervalsFilter.md) | An optional interval filter. |
| `max_gaps` | [integer](./integer.md) | Maximum number of positions between the matching terms. Terms further apart than this are not considered matches. |
| `ordered` | boolean | If `true`, matching terms must appear in their specified order. |
| `query` | string | Text you wish to find in the provided field. |
| `use_field` | [Field](./Field.md) | If specified, match intervals from this field rather than the top-level field. The `term` is normalized using the search analyzer from this field, unless `analyzer` is specified separately. |