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

[lucene-solr] branch master updated (430a435 -> 99df381)

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

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


    from 430a435  LUCENE-9484: Allow sorting an index after the fact (#1789)
     add 99df381  LUCENE-9500: Separate the Deflater hack from the Lucene code to a subclass of java.util.zip.Deflater (#1824)

No new revisions were added by this update.

Summary of changes:
 .../codecs/lucene87/BugfixDeflater_JDK8252739.java | 112 +++++++++++++++++++++
 .../DeflateWithPresetDictCompressionMode.java      |  13 +--
 ...tLucene87StoredFieldsFormatHighCompression.java |   4 +
 3 files changed, 121 insertions(+), 8 deletions(-)
 create mode 100644 lucene/core/src/java/org/apache/lucene/codecs/lucene87/BugfixDeflater_JDK8252739.java