Hi, I'm interested in using the new Analyzing Suggester described by Mike McCandless [1], but I'm not sure how it should be configured.
I've setup my SpellCheckComponent with <str name="classname">org.apache.solr.spelling.suggest.Suggester</str> <str name="lookupImpl">org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory</str> I think I also need to set suggestAnalyzerFieldType and queryAnalyzerFieldType? I presume these should have the names of field types configured in schema.xml, but I'm not sure. I'd appreciate if someone could point me to documentation on this (I didn't find anything on the wiki), or post an example SpellCheckComponent configuration. Also, what is the difference between the Fuzzy Suggester and the Analyzing Suggester. When would you use one rather than the other? Many thanks, Eoghan [1] http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html