Hi-
I'm messing with spellchecking and running into behavior that seems
peculiar. We have an index with many words including:
"swim" and "slim"
If I search for "slim", it returns "swim" as an option -- likewise, if
I search for "slim" it returns "swim"
why does it check words that are in the dictionary? This does not
seem to be the behavior for IndexBasedSpellChecker.
- - - -
Perhaps the FileBasedSpellChecker should load the configs at startup.
It is too strange to have to call load each time the index starts. It
should just implement solrCoreAware() and then load the file at startup.
thanks
ryan
- FileBasedSpellChecker behavior? Ryan McKinley
-