[
https://issues.apache.org/jira/browse/SOLR-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated SOLR-630:
---------------------------------
Fix Version/s: (was: 1.3)
1.4
Doesn't seem to be anyone taking this up, so marking it as 1.4.
> 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
> Priority: Minor
> Fix For: 1.4
>
>
> 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.