You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/02/04 08:19:32 UTC

[lucene-solr] branch master updated (e2cf6ee -> 04167b2)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from e2cf6ee  LUCENE-9731: restore consistent random seed to HnswGraphBuilder (#2299)
     add 04167b2  LUCENE-9726: Hunspell: speed up spellchecking by stopping at a singleā€¦ (#2295)

No new revisions were added by this update.

Summary of changes:
 .../analysis/hunspell/CheckCompoundPattern.java    |  23 +--
 .../lucene/analysis/hunspell/SpellChecker.java     |  65 ++++---
 .../apache/lucene/analysis/hunspell/Stemmer.java   | 213 ++++++++++++---------
 3 files changed, 170 insertions(+), 131 deletions(-)