|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.solr.spelling.suggest.LookupFactory
org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
public class AnalyzingInfixLookupFactory
Factory for AnalyzingInfixSuggester
| Field Summary | |
|---|---|
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. |
| Fields inherited from class org.apache.solr.spelling.suggest.LookupFactory |
|---|
DEFAULT_FILE_BASED_DICT |
| Constructor Summary | |
|---|---|
AnalyzingInfixLookupFactory()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String QUERY_ANALYZER
protected static final String INDEX_PATH
protected static final String MIN_PREFIX_CHARS
| Constructor Detail |
|---|
public AnalyzingInfixLookupFactory()
| Method Detail |
|---|
public Lookup create(NamedList params,
SolrCore core)
LookupFactoryparams and
current core
create 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 structures
storeFileName in class LookupFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||