Lucas- Your examples are Portuguese and Spanish. You might find a Spanish-language stemmer that follows the very rigid conjugation in Spanish (and I'm assuming in Portuguese as well). Spanish follows conjugation rules that embed much more semantics than English, so a huge number of synonyms can be stemmed to the same word.
Lance -----Original Message----- From: Erick Erickson [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 11:13 AM To: solr-user@lucene.apache.org Subject: Re: synonyms Hmmmm. Could you provide some more examples? I'm having a hard time figuring out what's going into the index, what you're searching on and what you're getting... In particular what filters are you using for *both* indexing and queries... Best Erick On Fri, Mar 28, 2008 at 1:33 PM, Lucas F. A. Teixeira < [EMAIL PROTECTED]> wrote: > Thanks Erick, > > But its already being used :-( > > still looking for something.... :-) > > Thank you! > > []s, > > Lucas > > Erick Erickson wrote: > > 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 > >> > >> > > > > >