On Wed, Nov 14, 2012 at 9:47 AM, Scott Smith <ssm...@mainstreamdata.com> wrote: > Reading the documentation for these two filters seems to imply that > CJKWidthFilter is a subset of ICUFoldingFilter. Is that true? I'm basically > using the CjkAnalyzer (from Lucene 4.0) but adding ICUFoldingFilter because I > need umlauts and accent characters removed from any German, French, etc. > > Can I just use the ICUFoldingFilter?
Yes. its a subset of NFKC, which is a subset of ICUFolding filter :) --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org