You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2012/01/19 12:08:49 UTC

[lucy-commits] svn commit: r1233286 - /incubator/lucy/trunk/CHANGES

Author: nwellnhof
Date: Thu Jan 19 11:08:49 2012
New Revision: 1233286

URL: http://svn.apache.org/viewvc?rev=1233286&view=rev
Log:
Add some comments to CHANGES

Also put "New features" on top.

Modified:
    incubator/lucy/trunk/CHANGES

Modified: incubator/lucy/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/CHANGES?rev=1233286&r1=1233285&r2=1233286&view=diff
==============================================================================
--- incubator/lucy/trunk/CHANGES (original)
+++ incubator/lucy/trunk/CHANGES Thu Jan 19 11:08:49 2012
@@ -2,6 +2,20 @@ Revision history for Lucy
 
 0.3.0  XXXX-XX-XX
 
+  New features:
+
+    * [LUCY-173] - Bundle Lemon parser generator
+    * [LUCY-189] - Bundle utf8proc
+    * [LUCY-191] - Unicode normalization
+      The new analyzer Lucy::Analysis::Normalizer provides Unicode
+      normalization, case folding and stripping of accents.
+    * [LUCY-196] - UAX #29 tokenizer
+      The new analyzer Lucy::Analysis::StandardTokenizer tokenizes according
+      to the UAX #29 word break rules.
+    * [LUCY-203] - Implement EasyAnalyzer
+      EasyAnalyzer is simple analysis chain using the StandardTokenizer, the
+      Normalizer, and the SnowballStemmer.
+
   Bugfixes:
 
     * [LUCY-175] - Missing stdarg.h breaks build
@@ -29,14 +43,11 @@ Revision history for Lucy
     * [LUCY-143] - Convert Clownfish::Parser to Lemon
     * [LUCY-179] - Tighten UTF-8 validity checks.
     * [LUCY-197] - Clean whitespace for 0.3.0
-
-  New features:
-
-    * [LUCY-173] - Bundle Lemon parser generator
-    * [LUCY-189] - Bundle utf8proc
-    * [LUCY-191] - Unicode normalization
-    * [LUCY-196] - UAX #29 tokenizer
-    * [LUCY-203] - Implement EasyAnalyzer
+    * [LUCY-204] - Process ClusterSearcher RPCs in parallel
+    * [LUCY-205] - Parallel processing for SearchServer
+      This introduces an incompatible API change: The port argument has moved
+      from the constructor to the serve method and the password argument has
+      been removed.
 
   Tasks: