public abstract class LookupFactory extends Object
Lookup
instances.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FILE_BASED_DICT
Default lookup implementation to use for SolrSuggester
|
Constructor and Description |
---|
LookupFactory() |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.lucene.search.suggest.Lookup |
create(NamedList params,
SolrCore core)
Create a Lookup using config options in
params and
current core |
abstract String |
storeFileName()
Returns the filename in which the in-memory data structure is stored
NOTE: not all
Lookup implementations store in-memory data structures |
public static String DEFAULT_FILE_BASED_DICT
public abstract org.apache.lucene.search.suggest.Lookup create(NamedList params, SolrCore core)
params
and
current core
public abstract String storeFileName()
Returns the filename in which the in-memory data structure is stored
NOTE: not allLookup
implementations store in-memory data structuresCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.