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

11 lines
850 B
Markdown

## Interface `QueryDslIntervalsQuery`
| Name | Type | Description |
| - | - | - |
| `all_of` | [QueryDslIntervalsAllOf](./QueryDslIntervalsAllOf.md) | Returns matches that span a combination of other rules. |
| `any_of` | [QueryDslIntervalsAnyOf](./QueryDslIntervalsAnyOf.md) | Returns intervals produced by any of its sub-rules. |
| `fuzzy` | [QueryDslIntervalsFuzzy](./QueryDslIntervalsFuzzy.md) | Matches terms that are similar to the provided term, within an edit distance defined by `fuzziness`. |
| `match` | [QueryDslIntervalsMatch](./QueryDslIntervalsMatch.md) | Matches analyzed text. |
| `prefix` | [QueryDslIntervalsPrefix](./QueryDslIntervalsPrefix.md) | Matches terms that start with a specified set of characters. |
| `wildcard` | [QueryDslIntervalsWildcard](./QueryDslIntervalsWildcard.md) | Matches terms using a wildcard pattern. |