You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2020/05/07 11:04:31 UTC

[lucene-solr] branch master updated (e286638 -> 5834992)

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

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


    from e286638  LUCENE-9350: Add changes entry
     add 5834992  LUCENE-7822: CodecUtil#checkFooter should throw a CorruptIndexException as the main exception. (#1482)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                  |  4 ++++
 .../java/org/apache/lucene/codecs/CodecUtil.java    | 21 ++++++++++++---------
 .../org/apache/lucene/codecs/TestCodecUtil.java     | 12 ++++++------
 .../org/apache/lucene/util/TestOfflineSorter.java   | 17 ++++++-----------
 4 files changed, 28 insertions(+), 26 deletions(-)