public class AnalyzingInfixLookupFactory extends LookupFactory
AnalyzingInfixSuggester| Modifier and Type | Field and Description |
|---|---|
protected static String |
INDEX_PATH
The path where the underlying index is stored
if no index is found, it will be generated by
the AnalyzingInfixSuggester
|
protected static String |
MIN_PREFIX_CHARS
Minimum number of leading characters before PrefixQuery is used (default 4).
|
protected static String |
QUERY_ANALYZER
The analyzer used at "query-time" and "build-time" to analyze suggestions.
|
DEFAULT_FILE_BASED_DICT| Constructor and Description |
|---|
AnalyzingInfixLookupFactory() |
protected static final String QUERY_ANALYZER
protected static final String INDEX_PATH
protected static final String MIN_PREFIX_CHARS
public 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-2015 Apache Software Foundation. All Rights Reserved.