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 2014/04/24 03:19:41 UTC

[Solr Wiki] Update of "AnalyzersTokenizersTokenFilters" by iorixxx

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 iorixxx:
https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=155&rev2=156

  
   . Example of !ClassicTokenizer followed by !ClassicFilter:
    . `"I.B.M. cat's can't" ==> "IBM", "cat", "can't"`
+ 
+ <<Anchor(ApostropheFilter)>>
+ 
+ === solr.ApostropheFilterFactory ===
+ Creates `org.apache.lucene.analysis.tr.ApostropheFilter`.
+ 
+ Strips all characters after an apostrophe (including the apostrophe itself).
+ 
+  . Example: `"Türkiye'de", "2003'te" ==> "Türkiye", "2003"`.
  
  <<Anchor(LowerCaseFilter)>>