765 B
765 B
Interface QueryDslIntervalsFuzzy
| Name | Type | Description |
|---|---|---|
analyzer |
string | Analyzer used to normalize the term. |
fuzziness |
Fuzziness | Maximum edit distance allowed for matching. |
prefix_length |
integer | 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 | 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. |