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