org.apache.solr.spelling.suggest
Class LookupFactory
java.lang.Object
org.apache.solr.spelling.suggest.LookupFactory
- Direct Known Subclasses:
- FSTLookupFactory, JaspellLookupFactory, TSTLookupFactory
public abstract class LookupFactory
- extends Object
Suggester factory for creating Lookup instances.
|
Method Summary |
abstract org.apache.lucene.search.suggest.Lookup |
create(org.apache.solr.common.util.NamedList params,
SolrCore core)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupFactory
public LookupFactory()
create
public abstract org.apache.lucene.search.suggest.Lookup create(org.apache.solr.common.util.NamedList params,
SolrCore core)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.