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 2011/04/26 20:26:15 UTC

[Solr Wiki] Update of "AnalyzersTokenizersTokenFilters" by OtisGospodnetic

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

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

   * The '''synonyms''' parameter names an external file defining the synonyms.
   * If '''ignoreCase''' is true, matching will lowercase before checking equality.
   * If '''expand''' is true, a synonym will be expanded to all equivalent synonyms.  If it is false, all equivalent synonyms will be reduced to the first in the list.
+  * The optional '''tokenizerFactory''' parameter names a tokenizer factory class to analyze synonyms (see https://issues.apache.org/jira/browse/SOLR-319)
  
  Example usage in schema: