Class DoubleMetaphone.DoubleMetaphoneResult
Inner class for storing results, since there is the optional alternate encoding.
Inheritance
System.Object
DoubleMetaphone.DoubleMetaphoneResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Lucene.Net.Analysis.Phonetic.dll
public class DoubleMetaphoneResult
Constructors
|
Improve this Doc
View Source
Declaration
public DoubleMetaphoneResult(int maxLength)
Parameters
Type |
Name |
Description |
System.Int32 |
maxLength |
|
Properties
|
Improve this Doc
View Source
Declaration
public virtual string Alternate { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public virtual bool IsComplete { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public virtual string Primary { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public virtual void Append(char value)
Parameters
Type |
Name |
Description |
System.Char |
value |
|
|
Improve this Doc
View Source
Declaration
public virtual void Append(char primary, char alternate)
Parameters
Type |
Name |
Description |
System.Char |
primary |
|
System.Char |
alternate |
|
|
Improve this Doc
View Source
Declaration
public virtual void Append(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
|
Improve this Doc
View Source
Declaration
public virtual void Append(string primary, string alternate)
Parameters
Type |
Name |
Description |
System.String |
primary |
|
System.String |
alternate |
|
|
Improve this Doc
View Source
Declaration
public virtual void AppendAlternate(char value)
Parameters
Type |
Name |
Description |
System.Char |
value |
|
|
Improve this Doc
View Source
Declaration
public virtual void AppendAlternate(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
|
Improve this Doc
View Source
Declaration
public virtual void AppendPrimary(char value)
Parameters
Type |
Name |
Description |
System.Char |
value |
|
|
Improve this Doc
View Source
Declaration
public virtual void AppendPrimary(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|