public class FreeTextSuggesterFactory
extends org.apache.solr.spelling.suggest.LookupFactory
FreeTextSuggester| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALPHA
The penalty for scores if less tokens do match;
|
static java.lang.String |
NGRAMS
The n-gram model to use in the underlying suggester; Default value is 2.
|
static java.lang.String |
QUERY_ANALYZER
The analyzer used at "query-time" and "build-time" to analyze
suggestions.
|
static java.lang.String |
SEPARATOR
The separator to use in the underlying suggester;
|
| Constructor and Description |
|---|
FreeTextSuggesterFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.suggest.Lookup |
create(org.apache.solr.common.util.NamedList params,
org.apache.solr.core.SolrCore core) |
java.lang.String |
storeFileName() |
public static final java.lang.String QUERY_ANALYZER
public static final java.lang.String NGRAMS
public static final java.lang.String SEPARATOR
public static final java.lang.String ALPHA
public org.apache.lucene.search.suggest.Lookup create(org.apache.solr.common.util.NamedList params,
org.apache.solr.core.SolrCore core)
create in class org.apache.solr.spelling.suggest.LookupFactorypublic java.lang.String storeFileName()
storeFileName in class org.apache.solr.spelling.suggest.LookupFactoryCopyright © 2019–2020 Redlink GmbH. All rights reserved.