Skip to content

Commit

Permalink
suggested change
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Valencik <valencik@users.noreply.github.com>
  • Loading branch information
samspills and valencik authored Oct 19, 2023
1 parent 7342edf commit 5f4f666
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/main/scala/pink/cozydev/lucille/Query.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ object Query {
*/
final case class Proximity(str: String, num: Int) extends TermQuery

/** A fuzzy query
* Search for words within a Damerau-Levenshtein Distance
* The additional parameter, between 0 and 2, specifies the number of edits allowed (defaults to 2)
/** A fuzzy query with an optional distance value
* e.g. 'cat~', 'cat~1'
*
* @param str the string
Expand Down

0 comments on commit 5f4f666

Please sign in to comment.