|
@@ -230,8 +230,7 @@ generates an edit distance based on the length of the term. For lengths:
|
|
|
|
|
|
converted into an edit distance using the formula: `length(term) * (1.0 -
|
|
|
fuzziness)`, eg a `fuzziness` of `0.6` with a term of length 10 would result
|
|
|
-in an edit distance of `4`. Note: in all APIs except for the
|
|
|
-<<query-dsl-flt-query>>, the maximum allowed edit distance is `2`.
|
|
|
+in an edit distance of `4`. Note: in all APIs the maximum allowed edit distance is `2`.
|
|
|
|
|
|
|
|
|
|