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/12/14 12:43:25 UTC

[lucene-solr] branch branch_8x updated: LUCENE-9636: Add CHANGES entry.

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new cba8359  LUCENE-9636: Add CHANGES entry.
cba8359 is described below

commit cba835913a09dc9468ef6321bfcea368ce348cef
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Mon Dec 14 13:41:02 2020 +0100

    LUCENE-9636: Add CHANGES entry.
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index cd5117d..9f346d7 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -39,6 +39,9 @@ Optimizations
 * LUCENE-9536: Reduced memory usage for OrdinalMap when a segment has all
   values. (Julie Tibshirani via Adrien Grand)
 
+* LUCENE-9636: Faster decoding of postings for some numbers of bits per value.
+  (Guo Feng via Adrien Grand)
+
 Bug Fixes
 ---------------------