| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected static FuzzyAlgorithm |
CoreFactory.createSimilarityLevel(double value) |
protected static FuzzyAlgorithm |
CoreFactory.createSimilarityLevel(Object data) |
protected static FuzzyAlgorithm |
CoreFactory.createTableDiscreteFunction(int offsetOfInputs,
int[] tableOfOutputs) |
protected static FuzzyAlgorithm |
CoreFactory.createTableDiscreteFunction(int firstStepLevel,
Step... steps) |
protected static FuzzyAlgorithm |
CoreFactory.createTableDiscreteFunction(com.aspose.ms.System.IO.Stream stream) |
| 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 | Field and Description |
|---|---|
protected FuzzyAlgorithm |
FuzzyAlgorithm.core |
| Modifier and Type | Method and Description |
|---|---|
abstract FuzzyAlgorithm |
FuzzySearchOptions.getFuzzyAlgorithm()
Gets the fuzzy search algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FuzzySearchOptions.setFuzzyAlgorithm(FuzzyAlgorithm value)
Sets the fuzzy search algorithm.
|
| Constructor and Description |
|---|
FuzzyAlgorithm(FuzzyAlgorithm core) |
Copyright © 2026. All rights reserved.