Hi: Are there more filters/tokenizers then the ones mentioned here..?
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters I have found in the example/schema.xml, which are new ... <fieldtype name="alphaOnlySort" class="solr.TextField" sortMissingLast="true" omitNorms="true"> <analyzer> <filter class="solr.TrimFilterFactory"/> .... more .... </fieldtype> Is there any complete list somewhere ..or how can I find more info about them? Kind regards,