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 rm...@apache.org on 2010/03/16 00:40:37 UTC

svn commit: r923508 - /lucene/solr/branches/solr/CHANGES.txt

Author: rmuir
Date: Mon Mar 15 23:40:37 2010
New Revision: 923508

URL: http://svn.apache.org/viewvc?rev=923508&view=rev
Log:
add note to CHANGES about HtmlStrip*Tokenizers

Modified:
    lucene/solr/branches/solr/CHANGES.txt

Modified: lucene/solr/branches/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/branches/solr/CHANGES.txt?rev=923508&r1=923507&r2=923508&view=diff
==============================================================================
--- lucene/solr/branches/solr/CHANGES.txt (original)
+++ lucene/solr/branches/solr/CHANGES.txt Mon Mar 15 23:40:37 2010
@@ -30,6 +30,10 @@ Upgrading from Solr 1.4
 
 * Old syntax of <highlighting> is deprecated (SOLR-1696)
 
+* The deprecated HTMLStripReader, HTMLStripWhitespaceTokenizerFactory and
+  HTMLStripStandardTokenizerFactory were removed. To strip HTML tags, 
+  HTMLStripCharFilter should be used instead, and it works with any 
+  Tokenizer of your choice.  (SOLR-1657)
 
 Versions of Major Components
 ---------------------