You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mh...@apache.org on 2020/02/18 14:02:53 UTC

[lucene-solr] branch master updated (ccb390d -> ce2959f)

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

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


    from ccb390d  LUCENE-9220: prevent zip file reproducibility issues based on users umask
     add ce2959f  LUCENE-9211 Add compression for Binary doc value fields (#1234)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   2 +
 .../codecs/lucene80/Lucene80DocValuesConsumer.java | 235 ++++++++++++++++-----
 .../codecs/lucene80/Lucene80DocValuesFormat.java   |   6 +-
 .../codecs/lucene80/Lucene80DocValuesProducer.java | 151 ++++++++++++-
 .../lucene/index/BaseDocValuesFormatTestCase.java  |  51 +++++
 5 files changed, 385 insertions(+), 60 deletions(-)