Constructor and Description |
---|
FTSpellCheckParams() |
Modifier and Type | Method and Description |
---|---|
void |
addParams(CommandArguments args) |
FTSpellCheckParams |
dialect(int dialect)
Selects the dialect version under which to execute the query.
|
FTSpellCheckParams |
dialectOptional(int dialect)
This method will not replace the dialect if it has been already set.
|
FTSpellCheckParams |
distance(int distance)
Maximum Levenshtein distance for spelling suggestions (default: 1, max: 4).
|
FTSpellCheckParams |
excludeTerm(java.lang.String dictionary)
Specifies an exclusion (EXCLUDE) of a custom dictionary.
|
FTSpellCheckParams |
includeTerm(java.lang.String dictionary)
Specifies an inclusion (INCLUDE) of a custom dictionary.
|
static FTSpellCheckParams |
spellCheckParams() |
public static FTSpellCheckParams spellCheckParams()
public FTSpellCheckParams includeTerm(java.lang.String dictionary)
public FTSpellCheckParams excludeTerm(java.lang.String dictionary)
public FTSpellCheckParams distance(int distance)
public FTSpellCheckParams dialect(int dialect)
public FTSpellCheckParams dialectOptional(int dialect)
dialect
- dialectpublic void addParams(CommandArguments args)
Copyright © 2024. All rights reserved.