LUCENE-5084: Move Elias-Fano encoding from Lucene 4.4 to 4.5...

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2013-07-09 21:53:12 +00:00
parent f3ca2faaf9
commit 4adf7c5c10
1 changed files with 4 additions and 3 deletions

View File

@ -46,6 +46,10 @@ Optimizations
======================= Lucene 4.5.0 =======================
New features
* LUCENE-5084: Added new Elias-Fano encoder, decoder and DocIdSet
implementations. (Paul Elschot via Adrien Grand)
======================= Lucene 4.4.0 =======================
@ -298,9 +302,6 @@ New Features
* LUCENE-5013: Added ScandinavianFoldingFilterFactory and
ScandinavianNormalizationFilterFactory (Karl Wettin via janhoy)
* LUCENE-5084: Added new Elias-Fano encoder, decoder and DocIdSet
implementations. (Paul Elschot via Adrien Grand)
API Changes
* LUCENE-5077: Make it easier to use compressed norms. Lucene42NormsFormat takes