You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2009/04/24 23:30:50 UTC

svn commit: r768419 - /lucene/solr/trunk/CHANGES.txt

Author: yonik
Date: Fri Apr 24 21:30:48 2009
New Revision: 768419

URL: http://svn.apache.org/viewvc?rev=768419&view=rev
Log:
fix CHANGES numbers

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=768419&r1=768418&r2=768419&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Fri Apr 24 21:30:48 2009
@@ -208,6 +208,11 @@
 48. SOLR-1106: Made CoreAdminHandler Actions pluggable so that additional actions may be plugged in or the existing
     ones can be overridden if needed. (Kay Kay, Noble Paul, shalin)
 
+49. SOLR-1124: Add a top() function query that causes it's argument to
+    have it's values derived from the top level IndexReader, even when
+    invoked from a sub-reader.  top() is implicitly used for the
+    ord() and rord() functions.  (yonik)
+
 Optimizations
 ----------------------
  1. SOLR-374: Use IndexReader.reopen to save resources by re-using parts of the