This may be the answer: http://www.jguru.com/faq/view.jsp?EID=538312
--- Tomas Mikenda <[EMAIL PROTECTED]> wrote: > Hi all, > > I have following problem. I am using lucene 1.3 rc1 (for 1.2 it is > even worse), so I have German analyze which maps not only � -> a but > also ae -> a. But still result are strange in PrefixQuery search. It > seams to me that in that case are not german letters stemmed. See > example: > > k�ln -> 2 results (K�ln; K�ln Troisdorf) > koln -> 2 results ( - // - ) > koeln -> 2 results ( - // - ) > k�ln* -> 1 result (K�ln/Bonn/Airport) > koln* -> 0 > koeln* -> 0 > > Indexed was exactly words in backets. Queries were done in small > letters. > Can somebody give me an advice how to get always three results for > those six queries? > > Regards, > Tomas > > > ________________________________________________________________________________ > Aktu�ln�: Digit�ln� fo��ky a kamery za ak�n� ceny v term�nu od 16. do > 25.6. na http://www.email.cz/obchodnidum > > > ________________________________________________________________________________ > Aktu�ln�: Digit�ln� fo��ky a kamery za ak�n� ceny v term�nu od 16. do > 25.6. na http://www.email.cz/obchodnidum > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
