Skip to content

Commit

Permalink
Update api-conventions.asciidoc
Browse files Browse the repository at this point in the history
Corrected explanation of fuzzy AUTO

Related to #9278
  • Loading branch information
clintongormley committed Jan 16, 2015
1 parent d212593 commit 1bf5ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/api-conventions.asciidoc
Expand Up @@ -224,8 +224,8 @@ the maximum allowed Levenshtein Edit Distance (or number of edits)
generates an edit distance based on the length of the term. For lengths:

`0..1`:: must match exactly
`1..4`:: one edit allowed
`>4`:: two edits allowed
`1..5`:: one edit allowed
`>5`:: two edits allowed

`AUTO` should generally be the preferred value for `fuzziness`.
--
Expand Down

0 comments on commit 1bf5ac5

Please sign in to comment.