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 2011/05/14 18:44:04 UTC

svn commit: r1103155 - in /lucene/dev/trunk: lucene/contrib/CHANGES.txt modules/grouping/CHANGES.txt

Author: mikemccand
Date: Sat May 14 16:44:04 2011
New Revision: 1103155

URL: http://svn.apache.org/viewvc?rev=1103155&view=rev
Log:
LUCENE-1421: moves CHANGES entry up to contrib's 3.x CHANGES

Removed:
    lucene/dev/trunk/modules/grouping/CHANGES.txt
Modified:
    lucene/dev/trunk/lucene/contrib/CHANGES.txt

Modified: lucene/dev/trunk/lucene/contrib/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/CHANGES.txt?rev=1103155&r1=1103154&r2=1103155&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/contrib/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/contrib/CHANGES.txt Sat May 14 16:44:04 2011
@@ -79,6 +79,12 @@ New Features
 
  * LUCENE-3016: Add analyzer for Latvian.  (Robert Muir)
 
+ * LUCENE-1421: create new grouping contrib module, enabling search
+   results to be grouped by a single-valued indexed field.  This
+   module was factored out of Solr's grouping implementation, but
+   it cannot group by function queries nor arbitrary queries.  (Mike
+   McCandless)
+
 Optimizations
 
  * LUCENE-3040: Switch all analysis consumers (highlighter, morelikethis, memory, ...)