String distance algorithms cleanup#27640
Conversation
|
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? |
There was a problem hiding this comment.
distanceVal is explicitly converted to lowercase, thus it can never match damerauLevenshtein
DaveCTurner
left a comment
There was a problem hiding this comment.
I asked for one wording change, otherwise I'm happy with this.
There was a problem hiding this comment.
This sounds a little more dramatic than it needs to: we haven't removed the algorithms, just the deprecated and non-preferred spellings. Could you reword more gently?
There was a problem hiding this comment.
Thanks @DaveCTurner! Can you have another look?
|
@elasticmachine please test this. |
995b400 to
6cfb15c
Compare
There was a problem hiding this comment.
How about:
The following string distance algorithms were renamed in 6.0 and their old names were deprecated. The deprecated names have now been removed.
There was a problem hiding this comment.
How about:
The following string distance algorithms were given additional names in 6.2 and their existing names were deprecated. The deprecated names have now been removed.
There was a problem hiding this comment.
Thanks for the suggestions!
|
@elasticmachine please test this |
|
LGTM. Kicked off a CI run. |
|
@olcbean I think your branch is based on a commit in |
thus it can never match `damerauLevenshtein`
52fd037 to
9f3a1b4
Compare
|
@DaveCTurner thanks! I just rebased and pushed. Can you trigger another build? |
|
@elasticmachine please test this |
|
Thanks for your work on this, @olcbean. |
Remove deprecated
levensteinandjarowinklerstring distance algsRemove
damerauLevenshtein:distanceValis explicitly converted to lowercase, thus it can never matchdamerauLevenshteinUse the ROOT locale for to lowercase