There is also ICUTransform which is insanely powerful and can be configured.
I did something for Thai test at https://github.com/arafalov/solr-thai-test/blob/master/collection1/conf/schema.xml Regards, Alex On Oct 13, 2017 3:28 AM, "Chitra" <chithu.r...@gmail.com> wrote: > Hi, > > I want to search greek characters(with accent insensitive) by removing > or replacing accent marks with similar characters. > > Eg: when searching a greek accent word say *πῬοἲὅν*, we expect accent > insensitive search ie need equivalent greek accent like *προιον* > > > > Moreover, I am not having more knowledge on Greek characters. so only I am > looking for standard rules to perform greek accent insensitive search. > > > Does *ICUFoldingFilter* solve my case? I have tried this already. Its > working fine for greek accent characters. But this is not language > specific... It has internalization support for all languages. Here, I am > not sure whether it will break my existing language behavior in the index. > > > Is there any way to make ICUFoldingFilter as language specific? > > > > -- > Regards, > Chitra >