Re: Multi-field query - determining which fields are hit

2008-06-04 Thread Grant Ingersoll
On Jun 3, 2008, at 6:09 PM, Michael Garski wrote: Hello, In performing a multi-field query, is there a way to determine which field(s) the query matched in short of running a query against each of the fields independently? I don't know there is some obvious way. I think people tend to u

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