fix changes entry after merge to 4.x branch

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389464 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2012-09-24 16:10:44 +00:00
parent 9bfaf0a42d
commit 6ce99b3d28
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,6 @@ For more information on past and future Lucene versions, please see:
http://s.apache.org/luceneversions http://s.apache.org/luceneversions
======================= Lucene 5.0.0 ======================= ======================= Lucene 5.0.0 =======================
New Features
* LUCENE-4410: FilteredQuery now exposes a FilterStrategy that exposes
how filters are applied during query execution. (Simon Willnauer)
Changes in backwards compatibility policy Changes in backwards compatibility policy
@ -21,8 +17,12 @@ Changes in backwards compatibility policy
Robert Muir) Robert Muir)
======================= Lucene 4.1.0 ======================= ======================= Lucene 4.1.0 =======================
New Features New Features
* LUCENE-4410: FilteredQuery now exposes a FilterStrategy that exposes
how filters are applied during query execution. (Simon Willnauer)
* LUCENE-4404: New ListOfOutputs (in lucene/misc) for FSTs wraps * LUCENE-4404: New ListOfOutputs (in lucene/misc) for FSTs wraps
another Outputs implementation, allowing you to store more than one another Outputs implementation, allowing you to store more than one
output for a single input. UpToTwoPositiveIntsOutputs was moved output for a single input. UpToTwoPositiveIntsOutputs was moved