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: src/query.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ impl Query {
127
127
/// * `schema` - Schema of the target index.
128
128
/// * `field_name` - Field name to be searched.
129
129
/// * `text` - String representation of the query term.
130
-
/// * `distance` - (Optional) Edit distance you are going to alow. When not specified, the default is 1.
130
+
/// * `distance` - (Optional) Edit distance you are going to allow. When not specified, the default is 1.
131
131
/// * `transposition_cost_one` - (Optional) If true, a transposition (swapping) cost will be 1; otherwise it will be 2. When not specified, the default is true.
132
132
/// * `prefix` - (Optional) If true, prefix levenshtein distance is applied. When not specified, the default is false.
0 commit comments