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 `QueryDslIntervalsFuzzy`
| Name | Type | Description |
| - | - | - |
| `analyzer` | string | Analyzer used to normalize the term. |
| `fuzziness` | [Fuzziness](./Fuzziness.md) | Maximum edit distance allowed for matching. |
| `prefix_length` | [integer](./integer.md) | Number of beginning characters left unchanged when creating expansions. |
| `term` | string | The term to match. |
| `transpositions` | boolean | Indicates whether edits include transpositions of two adjacent characters (for example, `ab` to `ba`). |
| `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. |