StringExtensions Class |
Namespace: SphinxConnector.FluentApi.Util
Name | Description | |
---|---|---|
GetSnippet(String) |
Gets a snippet for an attribute or a string for the match clause provided to Match(String).
Supported with Manticore 3.2.2 and up.
| |
GetSnippet(String, SnippetsOptions) |
Gets a snippet for an attribute or a string for the match clause provided to Match(String).
Supported with Manticore 3.2.2 and up.
| |
GetSnippet(String, String) |
Gets a snippet for an attribute or a string.
| |
GetSnippet(String, String, SnippetsOptions) |
Gets a snippet for an attribute or a string.
| |
Levenshtein(String, String) |
Returns the Levenshtein distance between source and pattern.
| |
Levenshtein(String, String, LevenshteinOptions) |
Returns the Levenshtein distance between source and pattern with the given poptions.
| |
LevenshteinNormalized(String, String) |
Returns the normalized Levenshtein distance between source and pattern.
| |
LevenshteinNormalized(String, String, LevenshteinOptions) |
Returns the normalized Levenshtein distance between source and pattern with the given poptions.
|