Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class DoubleMetaphone.DoubleMetaphoneResult

    Inner class for storing results, since there is the optional alternate encoding.

    Inheritance
    object
    DoubleMetaphone.DoubleMetaphoneResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.