From e3a99f1cadfcf2c2cc2fef796b628ab0f16c0f78 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Sat, 21 Feb 2009 10:45:51 +0000 Subject: [PATCH] technical SOLR-1026 is a feature addition, not a bug fix git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746482 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 676f3317299..84b594c308b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -156,6 +156,9 @@ New Features 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 @@ Bug Fixes 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