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/12 14:44:54 UTC

[lucene-solr] branch master updated (9905c0c -> 02ea7a1)

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 9905c0c  Fix CHANGES.txt attribution typo
     add 02ea7a1  LUCENE-9765: Hunspell: rename SpellChecker to Hunspell, fix test name, update javadoc and CHANGES.txt (#2354)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |  4 ++--
 .../analysis/hunspell/GeneratingSuggester.java     |  4 ++--
 .../hunspell/{SpellChecker.java => Hunspell.java}  | 24 +++++++++++++++-------
 .../analysis/hunspell/ModifyingSuggester.java      |  4 ++--
 .../lucene/analysis/hunspell/package-info.java     |  6 ++----
 .../hunspell/TestHunspellRepositoryTestCases.java  |  4 ++--
 .../lucene/analysis/hunspell/TestPerformance.java  |  2 +-
 ...pellCheckerTest.java => TestSpellChecking.java} |  6 +++---
 8 files changed, 31 insertions(+), 23 deletions(-)
 rename lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/{SpellChecker.java => Hunspell.java} (95%)
 rename lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/{SpellCheckerTest.java => TestSpellChecking.java} (98%)