public class FreeTextLookupFactory extends LookupFactory
FreeTextSuggester
Modifier and Type | Field and Description |
---|---|
static String |
NGRAMS
The n-gram model to use in the underlying suggester; Default value is 2.
|
static String |
QUERY_ANALYZER
The analyzer used at "query-time" and "build-time" to analyze suggestions.
|
static String |
SEPARATOR
The separator to use in the underlying suggester;
|
DEFAULT_FILE_BASED_DICT
Constructor and Description |
---|
FreeTextLookupFactory() |
public static final String QUERY_ANALYZER
public static final String NGRAMS
public static final String SEPARATOR
public Lookup create(NamedList params, SolrCore core)
LookupFactory
params
and
current core
create
in class LookupFactory
public String storeFileName()
LookupFactory
Returns the filename in which the in-memory data structure is stored
NOTE: not allLookup
implementations store in-memory data structuresstoreFileName
in class LookupFactory
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.