You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2021/03/15 09:02:56 UTC

[lucene] branch main updated (8913a98 -> cdff0ac)

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

rmuir pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git.


    from 8913a98  LUCENE-9830: Hunspell: store word length for faster dictionary lookup/enumeration (#3)
     add cdff0ac  Hunspell suggestions: speed up for some non-Latin scripts (#19)

No new revisions were added by this update.

Summary of changes:
 .../lucene/analysis/hunspell/GeneratingSuggester.java      | 10 ++++++----
 .../apache/lucene/analysis/hunspell/TrigramAutomaton.java  | 12 ++++++++++--
 .../apache/lucene/analysis/hunspell/TestPerformance.java   | 14 +++++++++++++-
 3 files changed, 29 insertions(+), 7 deletions(-)