After an intensive trial-and-error phase I finally got it working with
this configuration:
mySuggester
FuzzyLookupFactory
HighFrequencyDictionaryFactory
suggest
0.1
spellchk
textSpell
true
t
After correcting some stupid mistakes, and adding all the parameters I
have compiled from every example I found googling around, I have this
configuration:
mySuggester
name="classname">org.apache.solr.spelling.suggest.Suggester
name="lookupImpl">org.apache.solr.spelling.sugges
Following on this, I have been able to make Solr load correctly by
replacing the line in the solrconfig.xml:
JaspellLookupFactory
with the fully qualified class name:
org.apache.solr.spelling.suggest.jaspell.JaspellLookupFactory
and now I can, as I said, start Solr, build the suggesti
Hi all,
At present I am providing suggestions in my app with this configuration
in my solrconfig.xml:
mySuggester
WFSTLookupFactory
spellchk
0.005
true
true
true
mySu