LevenshteinOptions Class |
Namespace: SphinxConnector.FluentApi
The LevenshteinOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| LevenshteinOptions | Initializes a new instance of the LevenshteinOptions class |
| Name | Description | |
|---|---|---|
| LengthDelta |
If the lengths of source and pattern differ by more than this value, do not calculate the Levenshtein distance and return Max(source.Length, pattern.Length) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |