 | StringExtensions Class |
Provides extensions methods for
String.
Inheritance Hierarchy Namespace: SphinxConnector.FluentApi.UtilAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic static class StringExtensions
<ExtensionAttribute>
Public NotInheritable Class StringExtensions
The StringExtensions type exposes the following members.
Methods| | 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.
|
Top
See Also