Class DoubleMetaphone.DoubleMetaphoneResult
Inner class for storing results, since there is the optional alternate encoding.
Inherited Members
Namespace: Lucene.Net.Analysis.Phonetic.Language
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public class DoubleMetaphone.DoubleMetaphoneResult
  Constructors
DoubleMetaphoneResult(int)
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public DoubleMetaphoneResult(int maxLength)
  Parameters
| Type | Name | Description | 
|---|---|---|
| int | maxLength | 
Properties
Alternate
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual string Alternate { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
IsComplete
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual bool IsComplete { get; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
Primary
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual string Primary { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
Append(char)
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual void Append(char value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| char | value | 
Append(char, char)
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual void Append(char primary, char alternate)
  Parameters
| Type | Name | Description | 
|---|---|---|
| char | primary | |
| char | alternate | 
Append(string)
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual void Append(string value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | value | 
Append(string, string)
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual void Append(string primary, string alternate)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | primary | |
| string | alternate | 
AppendAlternate(char)
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual void AppendAlternate(char value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| char | value | 
AppendAlternate(string)
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual void AppendAlternate(string value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | value | 
AppendPrimary(char)
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual void AppendPrimary(char value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| char | value | 
AppendPrimary(string)
Inner class for storing results, since there is the optional alternate encoding.
Declaration
public virtual void AppendPrimary(string value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | value |