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/02/28 10:27:10 UTC

[lucene-solr] branch master updated (e0164d1 -> ebdfdae)

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 e0164d1  LUCENE-9245: Reduce AutomatonTermsEnum memory usage.
     add ebdfdae  LUCENE-9246: Remove `dOff` argument from `LZ4#decompress`. (#1283)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/lucene/codecs/blocktree/CompressionAlgorithm.java   | 2 +-
 .../java/org/apache/lucene/codecs/compressing/CompressionMode.java | 2 +-
 .../apache/lucene/codecs/lucene80/Lucene80DocValuesProducer.java   | 2 +-
 lucene/core/src/java/org/apache/lucene/util/compress/LZ4.java      | 3 ++-
 .../core/src/test/org/apache/lucene/util/compress/LZ4TestCase.java | 7 +++++++
 5 files changed, 12 insertions(+), 4 deletions(-)