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 2012/10/23 15:40:34 UTC

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

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

Comment:
Updating link

        </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/core/src/test-files/solr/conf/wdftypes.txt|here]]. This is especially useful to add "[[https://issues.apache.org/jira/browse/SOLR-2059|hashtag or currency]]" searches. <<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/collection1/conf/wdftypes.txt|here]]. This is especially useful to add "[[https://issues.apache.org/jira/browse/SOLR-2059|hashtag or currency]]" searches. <<Anchor(SynonymFilter)>>
  
  === solr.SynonymFilterFactory ===
  Creates `SynonymFilter`.