LUCENE-5489: add changes

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579914 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-03-21 10:12:00 +00:00
parent d3cff1ae8d
commit 9f7d52ca2e
1 changed files with 4 additions and 0 deletions

View File

@ -123,6 +123,10 @@ New Features
that want to do two-pass tokenization such as by sentence and then by word.
(Robert Muir)
* LUCENE-5489: Add Rescorer/QueryRescorer, to resort the hits from a
first pass search using scores from a more costly second pass
search. (Simon Willnauer, Robert Muir, Mike McCandless)
API Changes
* LUCENE-5454: Add RandomAccessOrds, an optional extension of SortedSetDocValues