Hi all, i'm still trying to tune my spellchecker to get the results i expect I've created a dictionary and currently i want to get an special behaviour from the spellchecker. The fact is that when i introduce the query 'Fernandox Alonso' i get what i expect :
<bool name="correctlySpelled">false</bool> <str name="collation">Fernando Alonso</str> but when i try 'Fernanda Alonso' its returns <lst name="spellcheck"> - <lst name="suggestions"> <bool name="correctlySpelled">true</bool> </lst> </lst> ok, Fernanda is a correct name, but i whant to boost some kind of values (Fernado Alonso, Michael Jackson) to be returned as suggestions. (as google do) Any help? regards -- Lici