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 RobertMuir. The comment on this change is: add note and example about WordDelimiterFilterFactory's types attribute. http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=87&rev2=88 -------------------------------------------------- </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/test-files/solr/conf/wdftypes.txt|here]]. <<Anchor(SynonymFilter)>> ==== solr.SynonymFilterFactory ====
