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 Apache Wiki <wi...@apache.org> on 2010/01/04 11:18:12 UTC

[Solr Wiki] Update of "AnalyzersTokenizersTokenFilters" by ShalinMangar

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 ShalinMangar.
The comment on this change is: Added ASCIIFoldingFilterFactory.
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=66&rev2=67

--------------------------------------------------

  
  Creates `org.apache.lucene.analysis.ISOLatin1AccentFilter`.
  
- Replaces accented characters in the ISO Latin 1 character set (ISO-8859-1) by their unaccented equivalent.
+ 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.
  
+ <<Anchor(ASCIIFoldingFilterFactory)>>
+ ==== solr.ASCIIFoldingFilterFactory ====
+ 
+ Creates `org.apache.lucene.analysis.ASCIIFoldingFilter`.
+ 
+ Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if one exists.
+ 
+ See the [[http://lucene.apache.org/java/2_9_1/api/all/org/apache/lucene/analysis/ASCIIFoldingFilter.html|ASCIIFoldingFilter Javadocs]] for more details.
  
  <<Anchor(PhoneticFilterFactory)>>
  ==== solr.PhoneticFilterFactory ====