GitHub user imgpulak opened a pull request:

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

    Lucene 8075

    

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

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

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

    https://github.com/apache/lucene-solr/pull/285.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 #285
    
----
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."

commit 6247cc1156d6ba330adf9d1ccee9852d990bf409
Author: PG <[email protected]>
Date:   2017-12-06T06:34:35Z

    [LUCENE-8075] Possible null pointer dereference in 
core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java
    
    Fix it.

----


---

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

Reply via email to