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 eh...@apache.org on 2009/02/21 11:45:51 UTC

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

Author: ehatcher
Date: Sat Feb 21 10:45:51 2009
New Revision: 746482

URL: http://svn.apache.org/viewvc?rev=746482&view=rev
Log:
technical SOLR-1026 is a feature addition, not a bug fix

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=746482&r1=746481&r2=746482&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Sat Feb 21 10:45:51 2009
@@ -156,6 +156,9 @@
 26. SOLR-799: Add support for hash based exact/near duplicate document
     handling. (Mark Miller, yonik)
 
+27. SOLR-1026: Add protected words support to SnowballPorterFilterFactory (ehatcher)
+
+
 Optimizations
 ----------------------
  1. SOLR-374: Use IndexReader.reopen to save resources by re-using parts of the
@@ -267,9 +270,7 @@
 32. SOLR-1018: Slave is unable to replicate when server acts as repeater (as both master and slave)
     (Akshay Ukey, Noble Paul via shalin)
 
-33. SOLR-1026: Add protected words support to SnowballPorterFilterFactory (ehatcher)
-
-34. SOLR-1031: Fix XSS vulnerability in schema.jsp (Paul Lovvik via ehatcher)
+33. SOLR-1031: Fix XSS vulnerability in schema.jsp (Paul Lovvik via ehatcher)
 
 
 Other Changes