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/09/30 23:19:14 UTC

[Solr Wiki] Update of "AnalyzersTokenizersTokenFilters" by SteveRowe

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

        </analyzer>
      </fieldtype>
  }}}
- In some cases you might want to adjust how !WordDelimiterFilter splits on a per-character basis. To do this, you can supply a configuration file with the "types" attribute that specifies custom character categories. An example file is in subversion [[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/src/test-files/solr/conf/wdftypes.txt|here]]. <<Anchor(SynonymFilter)>>
+ In some cases you might want to adjust how !WordDelimiterFilter splits on a per-character basis. To do this, you can supply a configuration file with the "types" attribute that specifies custom character categories. An example file is in subversion [[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/test-files/solr/conf/wdftypes.txt|here]]. <<Anchor(SynonymFilter)>>
  
  === solr.SynonymFilterFactory ===
  Creates `SynonymFilter`.