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
This commit is contained in:
Erik Hatcher 2009-02-21 10:45:51 +00:00
parent 160765bdd6
commit e3a99f1cad
1 changed files with 4 additions and 3 deletions

View File

@ -156,6 +156,9 @@ New Features
26. SOLR-799: Add support for hash based exact/near duplicate document 26. SOLR-799: Add support for hash based exact/near duplicate document
handling. (Mark Miller, yonik) handling. (Mark Miller, yonik)
27. SOLR-1026: Add protected words support to SnowballPorterFilterFactory (ehatcher)
Optimizations Optimizations
---------------------- ----------------------
1. SOLR-374: Use IndexReader.reopen to save resources by re-using parts of the 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) 32. SOLR-1018: Slave is unable to replicate when server acts as repeater (as both master and slave)
(Akshay Ukey, Noble Paul via shalin) (Akshay Ukey, Noble Paul via shalin)
33. SOLR-1026: Add protected words support to SnowballPorterFilterFactory (ehatcher) 33. SOLR-1031: Fix XSS vulnerability in schema.jsp (Paul Lovvik via ehatcher)
34. SOLR-1031: Fix XSS vulnerability in schema.jsp (Paul Lovvik via ehatcher)
Other Changes Other Changes