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