You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2014/06/05 23:05:26 UTC

svn commit: r1600765 - /lucene/dev/trunk/solr/CHANGES.txt

Author: jbernste
Date: Thu Jun  5 21:05:25 2014
New Revision: 1600765

URL: http://svn.apache.org/r1600765
Log:
SOLR-6088: Add query re-ranking with the ReRankingQParserPlugin

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1600765&r1=1600764&r2=1600765&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Thu Jun  5 21:05:25 2014
@@ -123,6 +123,9 @@ New Features
   replication factor for an update request (single or batch) by sending
   an optional parameter "min_rf". (Timothy Potter)
 
+* SOLR-6088: Add query re-ranking with the ReRankingQParserPlugin
+  (Joel Bernstein)
+
 Bug Fixes
 ----------------------