org.apache.solr.spelling.suggest.jaspell
Class JaspellLookupFactory

java.lang.Object
  extended by org.apache.solr.spelling.suggest.LookupFactory
      extended by org.apache.solr.spelling.suggest.jaspell.JaspellLookupFactory

public class JaspellLookupFactory
extends LookupFactory

Factory for JaspellLookup


Constructor Summary
JaspellLookupFactory()
           
 
Method Summary
 org.apache.lucene.search.suggest.Lookup create(NamedList params, SolrCore core)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaspellLookupFactory

public JaspellLookupFactory()
Method Detail

create

public org.apache.lucene.search.suggest.Lookup create(NamedList params,
                                                      SolrCore core)
Specified by:
create in class LookupFactory


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.