org.apache.solr.spelling.suggest
Class LookupFactory

java.lang.Object
  extended by org.apache.solr.spelling.suggest.LookupFactory
Direct Known Subclasses:
AnalyzingLookupFactory, FSTLookupFactory, FuzzyLookupFactory, JaspellLookupFactory, TSTLookupFactory, WFSTLookupFactory

public abstract class LookupFactory
extends Object

Suggester factory for creating Lookup instances.


Constructor Summary
LookupFactory()
           
 
Method Summary
abstract  Lookup create(NamedList params, SolrCore core)
           
abstract  String storeFileName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupFactory

public LookupFactory()
Method Detail

create

public abstract Lookup create(NamedList params,
                              SolrCore core)

storeFileName

public abstract String storeFileName()


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