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 2007/12/13 18:04:21 UTC

[Solr Wiki] Trivial Update of "AnalyzersTokenizersTokenFilters" by ErikHatcher

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 ErikHatcher:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters

------------------------------------------------------------------------------
     * `"500-42" => "500" "42"`
   * '''catenateWords="1"''' causes maximum runs of word parts to be catenated:
      * `"wi-fi" => "wifi"`
-  * '''catenateNumers="1"''' causes maximum runs of number parts to be catenated:
+  * '''catenateNumbers="1"''' causes maximum runs of number parts to be catenated:
     * `"500-42" => "50042"`
   * '''catenateAll="1"''' causes all subword parts to be catenated:
     * `"wi-fi-4000" => "wifi4000"`