Your problem might be solved by (from memory, so check it), using a filter for indexing that collapses flexed (accented etc?) characters. See IsoLatin1AccentFilter....
Best Erick On Tue, Mar 25, 2008 at 1:56 PM, Lucas F. A. Teixeira < [EMAIL PROTECTED]> wrote: > Hello all, > > We r having some problems using solr synonyms. If I define a synonym for > example: > > refrigerador,geladeira > > And if I search for "refrigerador", I'll have all results for > "refrigerador", for "geladeira", and all results for the flexed words > for what i've typed (refrigerador, refrigerado, refrigeração, etc). But > I won't find the results for the flexed words of the synonym that i've > defined (geladeira), for example "gelado, gelo, etc". > > > Do you guys know how can i solve this issue? > > Thanks all! > > []s, > > Lucas >