GitHub user imgpulak opened a pull request:

    https://github.com/apache/lucene-solr/pull/284

    [LUCENE-8051] Typo in LevensHtein distance

    Fixed a type:
    "Looking into an issue in elasticsearch I notices that the Levenshtein 
distance in lucene is called LevensteinDistance instead of LevenshteinDistance.
    The algorithm name contains an H and in the rest of the code the 
Levenshtein name is spelled correctly with an H."

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/imgpulak/lucene-solr LUCENE-8051

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/284.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #284
    
----
commit fbabf5ed63a65fdd52723bdb585a789530d64e05
Author: PG <[email protected]>
Date:   2017-12-06T05:52:55Z

    [LUCENE-8051] Typo in LevensHtein distance
    
    Fixed a type:
    "Looking into an issue in elasticsearch I notices that the Levenshtein 
distance in lucene is called LevensteinDistance instead of LevenshteinDistance.
    The algorithm name contains an H and in the rest of the code the 
Levenshtein name is spelled correctly with an H."

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to