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 2009/12/15 15:11:50 UTC

[Solr Wiki] Update of "AnalyzersTokenizersTokenFilters" by KojiSekiguchi

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 KojiSekiguchi.
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=64&rev2=65

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

  ==== solr.MappingCharFilterFactory ====
  
  Creates `org.apache.lucene.analysis.MappingCharFilter`.
+ 
+ ==== solr.PatternReplaceCharFilterFactory ====
+ 
+ Creates `org.apache.solr.analysis.PatternReplaceCharFilter`. Applies a regex pattern to string in char stream, replacing match occurances with the specified replacement string.
  
  ==== solr.HTMLStripCharFilterFactory ====