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/09/16 11:09:26 UTC

[lucene-solr] branch master updated (93094ef -> ad71bee)

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 93094ef  LUCENE-9510: Don't compress temporary stored fields and term vectors when index sorting is enabled. (#1874)
     add ad71bee  LUCENE-9525: Better handle small documents with Lucene87StoredFieldsFormat. (#1876)

No new revisions were added by this update.

Summary of changes:
 .../codecs/lucene87/BugfixDeflater_JDK8252739.java | 13 +++++----
 .../DeflateWithPresetDictCompressionMode.java      | 22 +++++++--------
 .../lucene87/LZ4WithPresetDictCompressionMode.java | 26 +++++++++---------
 .../lucene87/Lucene87StoredFieldsFormat.java       | 31 +++++-----------------
 .../DeflateWithPresetCompressingCodec.java         |  2 +-
 .../compressing/LZ4WithPresetCompressingCodec.java |  2 +-
 6 files changed, 36 insertions(+), 60 deletions(-)