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/10/25 02:24:05 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=61&rev2=62

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

  == Char Filters ==
  
  <!> [[Solr1.4]]
+ 
+ Char Filter is a component that pre-processes input characters. It can be chained like as Token Filters and placed in front of a Tokenizer. Char Filters can add, change, or remove characters without worrying about fault of Token offsets.
  
  == Tokens and Token Filters ==