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
    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()
    Namespace: Lucene.Net.Analysis.Phonetic.Language
    Assembly: Lucene.Net.Analysis.Phonetic.dll
    Syntax
    public class DoubleMetaphoneResult

    Constructors

    | Improve this Doc View Source

    DoubleMetaphoneResult(Int32)

    Declaration
    public DoubleMetaphoneResult(int maxLength)
    Parameters
    Type Name Description
    System.Int32 maxLength

    Properties

    | Improve this Doc View Source

    Alternate

    Declaration
    public virtual string Alternate { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsComplete

    Declaration
    public virtual bool IsComplete { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Primary

    Declaration
    public virtual string Primary { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Append(Char)

    Declaration
    public virtual void Append(char value)
    Parameters
    Type Name Description
    System.Char value
    | Improve this Doc View Source

    Append(Char, Char)

    Declaration
    public virtual void Append(char primary, char alternate)
    Parameters
    Type Name Description
    System.Char primary
    System.Char alternate
    | Improve this Doc View Source

    Append(String)

    Declaration
    public virtual void Append(string value)
    Parameters
    Type Name Description
    System.String value
    | Improve this Doc View Source

    Append(String, String)

    Declaration
    public virtual void Append(string primary, string alternate)
    Parameters
    Type Name Description
    System.String primary
    System.String alternate
    | Improve this Doc View Source

    AppendAlternate(Char)

    Declaration
    public virtual void AppendAlternate(char value)
    Parameters
    Type Name Description
    System.Char value
    | Improve this Doc View Source

    AppendAlternate(String)

    Declaration
    public virtual void AppendAlternate(string value)
    Parameters
    Type Name Description
    System.String value
    | Improve this Doc View Source

    AppendPrimary(Char)

    Declaration
    public virtual void AppendPrimary(char value)
    Parameters
    Type Name Description
    System.Char value
    | Improve this Doc View Source

    AppendPrimary(String)

    Declaration
    public virtual void AppendPrimary(string value)
    Parameters
    Type Name Description
    System.String value
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.