WIP better generated API reference docs
This commit is contained in:
10
docs/reference/api/QueryDslIntervalsMatch.md
Normal file
10
docs/reference/api/QueryDslIntervalsMatch.md
Normal 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. |
|
||||
Reference in New Issue
Block a user