Dear Wiki user,

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

The following page has been changed by RobertMuir:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters

------------------------------------------------------------------------------
     * `"TransAM" => "Trans" "AM"`
   * '''splitOnNumerics="1"''' causes alphabet => number transitions to 
generate a new part [Solr 1.3]:
     * `"j2se" => "j" "2" "se"`
+  * '''stemEnglishPossessive="1"''' causes trailing "'s" to be removed for 
each subword.
+    * `"Doug's" => "Doug"`
+ 
  Note that this is the default behaviour in all released versions of Solr.
  
  There are also a number of parameters that affect what tokens are present in 
the final output and if subwords are combined:

Reply via email to