It would be nice to have, because sometimes you want to normalize accents and other characters but want to wait until other filters have run. Especially if those filters are dictionary based and therefore need the original word form.
Do you have a clue of how different a CharFilter is from a normal token Filter - perhaps it is a quick port? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Training in Europe - www.solrtraining.com On 18. juni 2010, at 18.38, Ahmet Arslan wrote: >> Is there a token filter which do the same job as >> MappingCharFilterFactory but after tokenizer, reading the >> same config file? > > No, closest thing can be PatternReplaceFilterFactory. > > http://lucene.apache.org/solr/api/org/apache/solr/analysis/PatternReplaceFilterFactory.html > > >