You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/data-types/probabilistic/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,11 @@ Not optimizing a filter for its intended use will result in degradation of perfo
59
59
60
60
### bf-error-rate
61
61
62
-
Default error ratio for Bloom filters.
62
+
Default false positive rate for Bloom filters.
63
63
64
64
Type: double
65
65
66
-
Valid range: `[0 .. 1]`
66
+
Valid range: `(0 .. 1)`. Though the valid range is `(0 .. 1)` (corresponding to `> 0%` to `< 100%` false positive rate), any value greater than `0.25` is treated as `0.25`.
0 commit comments