deprecating jarowinkler in favor of jaro_winkler#27526
deprecating jarowinkler in favor of jaro_winkler#27526DaveCTurner merged 2 commits intoelastic:masterfrom
jarowinkler in favor of jaro_winkler#27526Conversation
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
@elasticmachine please test this. |
There was a problem hiding this comment.
Do we really need to support both? Can we settle on one (with the underscore), and deprecate the other? And same for damerau_levenshtein?
There was a problem hiding this comment.
+1 for deprecation of jarowinkler.
Not sure about that score creep tho :)
There was a problem hiding this comment.
Agree, the other should be separate.
8708dcc to
a7477f9
Compare
Jaro-Winkler distance naming within the codebasejarowinkler in favor of jaro_winkler
|
I just deprecated |
|
retest this please |
|
@DaveCTurner Did you want to give this one a review too? |
Jaro and Winkler are two people, so we should use the same naming convention as for Damerau–Levenshtein.
|
Merged and backported to |
|
Thanks @DaveCTurner. |
Jaro-Winklerdistance alg is following the naming convention used forDamerau–Levenshteinas per comment