public class TSTLookupFactory extends LookupFactory
TSTLookupDEFAULT_FILE_BASED_DICT| Constructor and Description |
|---|
TSTLookupFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.suggest.Lookup |
create(NamedList params,
SolrCore core)
Create a Lookup using config options in
params and
current core |
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 org.apache.lucene.search.suggest.Lookup create(NamedList params, SolrCore core)
LookupFactoryparams and
current corecreate in class LookupFactorypublic String storeFileName()
LookupFactoryReturns the filename in which the in-memory data structure is stored
NOTE: not allLookup implementations store in-memory data structuresstoreFileName in class LookupFactoryCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.