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 Lookup |
create(NamedList params,
SolrCore core)
Create a Lookup using config options in
params and
current core |
protected static FSDirectory |
getTempDir() |
abstract String |
storeFileName()
Returns the filename in which the in-memory data structure is stored
|
public static String DEFAULT_FILE_BASED_DICT
public abstract 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 structuresprotected static FSDirectory getTempDir()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.