org.apache.solr.spelling.suggest.tst
Class TSTLookupFactory

java.lang.Object
  extended by org.apache.solr.spelling.suggest.LookupFactory
      extended by org.apache.solr.spelling.suggest.tst.TSTLookupFactory

public class TSTLookupFactory
extends LookupFactory

Factory for TSTLookup


Constructor Summary
TSTLookupFactory()
           
 
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

TSTLookupFactory

public TSTLookupFactory()
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.