Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "Suggester" page has been changed by JohnChee: http://wiki.apache.org/solr/Suggester?action=diff&rev1=15&rev2=16 * `name` - a symbolic name of this spellchecker (can be later referred to in URL parameters and in SearchHandler configuration - see the section below) * `classname` - Suggester, to provide the autocomplete functionality - * `lookupImpl` - Lookup implementation. Currently two in-memory implementations are available: + * `lookupImpl` - Lookup implementation. These in-memory implementations are available: * `org.apache.solr.suggest.tst.TSTLookup` - a simple compact ternary trie based lookup * `org.apache.solr.suggest.jaspell.JaspellLookup` - a more complex lookup based on a ternary trie from the [[http://jaspell.sourceforge.net/|JaSpell]] project. * `org.apache.solr.suggest.fst.FSTLookup` - automaton-based lookup