You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/08/07 18:59:37 UTC

[Solr Wiki] Update of "AnalyzersTokenizersTokenFilters" by ShawnHeisey

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "AnalyzersTokenizersTokenFilters" page has been changed by ShawnHeisey:
https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=148&rev2=149

Comment:
cleaned up deprecation note on ISOLatin1AccentFilterFactory.

  === solr.ISOLatin1AccentFilterFactory ===
  Creates `org.apache.lucene.analysis.ISOLatin1AccentFilter`.
  
- Replaces accented characters in the ISO Latin 1 character set (ISO-8859-1) by their unaccented equivalent. Note that this is deprecated in favor of !ASCIIFoldingFilterFactory.
+ Replaces accented characters in the ISO Latin 1 character set (ISO-8859-1) by their unaccented equivalent. In Solr 3.x, this filter is deprecated.  This filter does not exist at all in 4.x versions.  Use [[AnalyzersTokenizersTokenFilters#solr.ASCIIFoldingFilterFactory|ASCIIFoldingFilterFactory]] instead.
  
  <<Anchor(ASCIIFoldingFilterFactory)>>