Re: Question about indexing (BrazilianAnalyzer)

2008-06-04 Thread Lucas F. A. Teixeira
Are you using ISOLatin1AccentFilter ? []s, Lucas Frare A. Teixeira [EMAIL PROTECTED] Tel: +55 11 3660.1622 - R3018 Vinicius Carvalho escreveu: Hello there! I'm indexing documents using the BrazilianAnalyzer, and I've noticed that many words are not being indexed. I

Re: Question about indexing (BrazilianAnalyzer)

2008-06-04 Thread Thomas Arni
Hi, First of all please please always make sure that you use exactly the same Analyser during indexing and searching. I am not confident with the BrazilianAnalyzer, but I saw in the source code that it does not use a ISOLatin1AccentFilter, which replaces the accented characters (รง -> c). Probab