NightOwl888 commented on issue #770: URL: https://github.com/apache/lucenenet/issues/770#issuecomment-1324083016
I'd suggest trying the [ICUFoldingFilter](https://lucenenet.apache.org/docs/4.8.0-beta00016/api/icu/Lucene.Net.Analysis.Icu.ICUFoldingFilter.html). Alternatively, if you just need a straight case fold the [ICUNormalizer2Filter has a constructor with that option](https://lucenenet.apache.org/docs/4.8.0-beta00016/api/icu/Lucene.Net.Analysis.Icu.ICUNormalizer2CharFilter.html#Lucene_Net_Analysis_Icu_ICUNormalizer2CharFilter__ctor_System_IO_TextReader_), which is the strict interpretation of Unicode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org