You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2014/03/21 11:12:15 UTC

svn commit: r1579915 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/CHANGES.txt

Author: mikemccand
Date: Fri Mar 21 10:12:15 2014
New Revision: 1579915

URL: http://svn.apache.org/r1579915
Log:
LUCENE-5489: add changes

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_4x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/CHANGES.txt?rev=1579915&r1=1579914&r2=1579915&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Fri Mar 21 10:12:15 2014
@@ -70,6 +70,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