|
|||||||||
| 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.FuzzyLookupFactory
public class FuzzyLookupFactory
Factory for FuzzySuggester
| Field Summary | |
|---|---|
static String |
MAX_EDITS
Maximum number of edits allowed, used by LevenshteinAutomata.toAutomaton(int) |
static String |
MIN_FUZZY_LENGTH
Minimum length of lookup key before any edits are allowed for the suggestions |
static String |
NON_FUZZY_PREFIX
Length of common (non-fuzzy) prefix for the suggestions |
static String |
TRANSPOSITIONS
If transpositions are allowed, Fuzzy suggestions will be computed based on a primitive edit operation. |
| Constructor Summary | |
|---|---|
FuzzyLookupFactory()
|
|
| Method Summary | |
|---|---|
Lookup |
create(NamedList params,
SolrCore core)
|
String |
storeFileName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MAX_EDITS
LevenshteinAutomata.toAutomaton(int)
public static final String TRANSPOSITIONS
public static final String NON_FUZZY_PREFIX
public static final String MIN_FUZZY_LENGTH
| Constructor Detail |
|---|
public FuzzyLookupFactory()
| Method Detail |
|---|
public Lookup create(NamedList params,
SolrCore core)
create in class LookupFactorypublic String storeFileName()
storeFileName in class LookupFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||