Show / Hide Table of Contents

    Class DoubleMetaphoneFilter

    Filter for DoubleMetaphone (supporting secondary codes)

    Inheritance
    System.Object
    AttributeSource
    TokenStream
    TokenFilter
    DoubleMetaphoneFilter
    Implements
    IDisposable
    Inherited Members
    TokenFilter.m_input
    TokenFilter.End()
    TokenFilter.Dispose(Boolean)
    TokenStream.Dispose()
    AttributeSource.GetAttributeFactory()
    AttributeSource.GetAttributeClassesEnumerator()
    AttributeSource.GetAttributeImplsEnumerator()
    AttributeSource.AddAttributeImpl(Attribute)
    AttributeSource.AddAttribute<T>()
    AttributeSource.HasAttributes
    AttributeSource.HasAttribute<T>()
    AttributeSource.GetAttribute<T>()
    AttributeSource.ClearAttributes()
    AttributeSource.CaptureState()
    AttributeSource.RestoreState(AttributeSource.State)
    AttributeSource.GetHashCode()
    AttributeSource.Equals(Object)
    AttributeSource.ReflectAsString(Boolean)
    AttributeSource.ReflectWith(IAttributeReflector)
    AttributeSource.CloneAttributes()
    AttributeSource.CopyTo(AttributeSource)
    AttributeSource.ToString()
    Namespace: Lucene.Net.Analysis.Phonetic
    Assembly: Lucene.Net.Analysis.Phonetic.dll
    Syntax
    public sealed class DoubleMetaphoneFilter : TokenFilter, IDisposable

    Constructors

    | Improve this Doc View Source

    DoubleMetaphoneFilter(TokenStream, Int32, Boolean)

    Creates a DoubleMetaphoneFilter with the specified maximum code length, and either adding encoded forms as synonyms (inject=true) or replacing them.

    Declaration
    public DoubleMetaphoneFilter(TokenStream input, int maxCodeLength, bool inject)
    Parameters
    Type Name Description
    TokenStream input
    System.Int32 maxCodeLength
    System.Boolean inject

    Methods

    | Improve this Doc View Source

    IncrementToken()

    Declaration
    public override bool IncrementToken()
    Returns
    Type Description
    System.Boolean
    Overrides
    TokenStream.IncrementToken()
    | Improve this Doc View Source

    Reset()

    Declaration
    public override void Reset()
    Overrides
    TokenFilter.Reset()

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)