LUCENE-1421: moves CHANGES entry up to contrib's 3.x CHANGES

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103155 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-05-14 16:44:04 +00:00
parent a8993ca817
commit c7db217230
2 changed files with 6 additions and 8 deletions

View File

@ -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, ...)

View File

@ -1,8 +0,0 @@
Grouping Module Change Log
======================= Trunk (not yet released) =======================
LUCENE-1421: create new grouping module, enabling search results to be
grouped by a single-valued indexed field. This module was factored
out of Solr's grouping implementation, except it cannot group by
function queries nor arbitrary queries. (Mike McCandless)