Spellchecker should not be case-sensitive and should be stopwords-aware
-----------------------------------------------------------------------
Key: SOLR-630
URL: https://issues.apache.org/jira/browse/SOLR-630
Project: Solr
Issue Type: Bug
Components: spellchecker
Reporter: Otis Gospodnetic
Fix For: 1.3
Here are 2 more bugs:
1)
Search for:
united states of America
Suggests:
united states oft America
It looks like the SC doesn't check stopwords, and "of" is a stopword. Thus, it
does not exist in the index,
but "oft" does, so SC suggests "oft" and thinks "of" is misspelled. I think
the SC component should check the list of
stopwords, too, no?
2)
Search for:
united states of America
Suggests:
united states oftAmericaa
The of->oft is described above. But note how SC suggested America->Americaa,
but it didn't do that for "america".
This looks like case-sensitivity problem. Shouldn't the SC be case-insensitive?
I can't produce a patch now (no src handy), so I'm hoping Grant or somebody
else can do it based on this report.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.