WIP better generated API reference docs

This commit is contained in:
Josh Mock
2025-05-27 15:30:21 -05:00
parent a1dc6f55ee
commit b627037af1
3745 changed files with 30211 additions and 15508 deletions

View File

@ -0,0 +1,10 @@
## 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. |