My own solution until I have another one better, I use FuzzyQuery for every term in the phrase. For example "My work is the worst" ->> My~ work~ is~ the~ worst What do you think about this uggly solution? I don't have anything more ideas.
2006/5/24, Dan Wiggin <[EMAIL PROTECTED]>:
I need some functionality and I don't know how to do. The problem is special characters like à, ä , ç or ñ latin characters in the text. Now I use iso latin filter, but the problem is when I want to obtain most term used. These term are stored without ` ´ ^ or another "character attribute". For example "plàntïuç" (it isn't a real word) is stored like the term "plantiuc". How can I do to have in term vector the word "plàntïuç". thks for all replies. PD: excuse if this question is solved somewhere, but I don't saw it.
