List of usage examples for org.apache.lucene.search.suggest.jaspell JaspellLookup JaspellLookup
public JaspellLookup()
From source file:org.apache.solr.spelling.suggest.jaspell.JaspellLookupFactory.java
License:Apache License
@Override public Lookup create(NamedList params, SolrCore core) { LOG.info("init: " + params); return new JaspellLookup(); }