mirror of https://github.com/apache/lucene.git
move to 4.2 section of CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1435142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47a03b99b0
commit
d5d68d16b7
|
@ -19,17 +19,6 @@ Changes in backwards compatibility policy
|
||||||
(Nikola Tanković, Uwe Schindler, Chris Male, Mike McCandless,
|
(Nikola Tanković, Uwe Schindler, Chris Male, Mike McCandless,
|
||||||
Robert Muir)
|
Robert Muir)
|
||||||
|
|
||||||
* LUCENE-4677, LUCENE-4682: unpacked FSTs now use vInt to encode the node target,
|
|
||||||
to reduce their size (Mike McCandless)
|
|
||||||
|
|
||||||
* LUCENE-4678: FST now uses a paged byte[] structure instead of a
|
|
||||||
single byte[] internally, to avoid large memory spikes during
|
|
||||||
building (James Dyer, Mike McCandless)
|
|
||||||
|
|
||||||
* LUCENE-3298: FST can now be larger than 2.1 GB / 2.1 B nodes.
|
|
||||||
(James Dyer, Mike McCandless)
|
|
||||||
|
|
||||||
|
|
||||||
======================= Lucene 4.2.0 =======================
|
======================= Lucene 4.2.0 =======================
|
||||||
|
|
||||||
Changes in backwards compatibility policy
|
Changes in backwards compatibility policy
|
||||||
|
@ -45,6 +34,16 @@ Optimizations
|
||||||
* LUCENE-4687: BloomFilterPostingsFormat now lazily initializes delegate
|
* LUCENE-4687: BloomFilterPostingsFormat now lazily initializes delegate
|
||||||
TermsEnum only if needed to do a seek or get a DocsEnum. (Simon Willnauer)
|
TermsEnum only if needed to do a seek or get a DocsEnum. (Simon Willnauer)
|
||||||
|
|
||||||
|
* LUCENE-4677, LUCENE-4682: unpacked FSTs now use vInt to encode the node target,
|
||||||
|
to reduce their size (Mike McCandless)
|
||||||
|
|
||||||
|
* LUCENE-4678: FST now uses a paged byte[] structure instead of a
|
||||||
|
single byte[] internally, to avoid large memory spikes during
|
||||||
|
building (James Dyer, Mike McCandless)
|
||||||
|
|
||||||
|
* LUCENE-3298: FST can now be larger than 2.1 GB / 2.1 B nodes.
|
||||||
|
(James Dyer, Mike McCandless)
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
||||||
* LUCENE-4686: New specialized DGapVInt8IntEncoder for facets (now the
|
* LUCENE-4686: New specialized DGapVInt8IntEncoder for facets (now the
|
||||||
|
|
Loading…
Reference in New Issue