mirror of https://github.com/apache/lucene.git
move entries to 4.2.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e656d42c5
commit
471d7e9971
|
@ -99,11 +99,6 @@ New Features
|
|||
* LUCENE-4843: Add LimitTokenPositionFilter: don't emit tokens with
|
||||
positions that exceed the configured limit. (Steve Rowe)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-4819: Added Sorted[Set]DocValues.termsEnum(), and optimized the
|
||||
default codec for improved enumeration performance. (Robert Muir)
|
||||
|
||||
API Changes
|
||||
|
||||
* LUCENE-4844: removed TaxonomyReader.getParent(), you should use
|
||||
|
@ -111,12 +106,6 @@ API Changes
|
|||
|
||||
Bug Fixes
|
||||
|
||||
* LUCENE-4819: seekExact(BytesRef, boolean) did not work correctly with
|
||||
Sorted[Set]DocValuesTermsEnum. (Robert Muir)
|
||||
|
||||
* LUCENE-4826: PostingsHighlighter was not returning the top N best
|
||||
scoring passages. (Robert Muir, Mike McCandless)
|
||||
|
||||
* LUCENE-4828: BooleanQuery no longer extracts terms from its MUST_NOT
|
||||
clauses. (Mike McCandless)
|
||||
|
||||
|
@ -139,6 +128,17 @@ Bug Fixes
|
|||
codecs. The special case of a null context ClassLoader is now also
|
||||
supported. (Christian Kohlschütter, Uwe Schindler)
|
||||
|
||||
* LUCENE-4819: seekExact(BytesRef, boolean) did not work correctly with
|
||||
Sorted[Set]DocValuesTermsEnum. (Robert Muir)
|
||||
|
||||
* LUCENE-4826: PostingsHighlighter was not returning the top N best
|
||||
scoring passages. (Robert Muir, Mike McCandless)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-4819: Added Sorted[Set]DocValues.termsEnum(), and optimized the
|
||||
default codec for improved enumeration performance. (Robert Muir)
|
||||
|
||||
======================= Lucene 4.2.0 =======================
|
||||
|
||||
Changes in backwards compatibility policy
|
||||
|
|
Loading…
Reference in New Issue