Re: Problem building fuzzy suggestions

2016-04-03 Thread Fundera Developer
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

Re: Problem building fuzzy suggestions

2016-04-03 Thread Fundera Developer
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

Re: Problem building fuzzy suggestions

2016-04-03 Thread Fundera Developer
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

Problem building fuzzy suggestions

2016-04-02 Thread Fundera Developer
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