Interface IStringEncoder
Defines common encoding methods for string encoders.
Namespace: Lucene.Net.Analysis.Phonetic.Language
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public interface IStringEncoder
Methods
Encode(string)
Declaration
string Encode(string source)
Parameters
Type | Name | Description |
---|---|---|
string | source | the string to encode |
Returns
Type | Description |
---|---|
string | the encoded string |