Package | Description |
---|---|
com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
Modifier and Type | Class and Description |
---|---|
class |
SimilarityLevel
Represents an algorithm of the fuzzy search that specifies the similarity level.
|
class |
TableDiscreteFunction
Represents the fuzzy search algorithm that contains correspondences between word lengths and the number of allowed mistakes.
|
Modifier and Type | Method and Description |
---|---|
protected static FuzzyAlgorithm |
FuzzyAlgorithm.createProtected(ArrayReader reader) |
FuzzyAlgorithm |
FuzzySearchOptions.getFuzzyAlgorithm()
Gets the fuzzy search algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
FuzzySearchOptions.setFuzzyAlgorithm(FuzzyAlgorithm value)
Sets the fuzzy search algorithm.
|