Hi,
I was just working with spell check in SOLR 1.3 and came across this problem.
My indexed data contains four artist names
1. Rihanna
2. Arianna
3. Michael
4. Michel
I was trying to implement spelling suggestions by saying spellcheck=true and
spellcheck.build=true.
When I search for
a. Rhianna (the correct word is Rihanna), I am getting a suggestion of Arianna
and not Rihanna.
b. Micheal (the correct word is Michael), I am getting Michel instead of
Michael which I expected.
Of all the fields in my index, I have copied only the artist field to spell in
schema.xml.
I want RIHANNA to be suggested when I give the wrong term RHIANNA.
Also please hint as to what algorithm solr uses to get to these results.
Kindly help.
Manas.