Show / Hide Table of Contents

    Class TurkishLowerCaseFilter

    Normalizes Turkish token text to lower case.

    Turkish and Azeri have unique casing behavior for some characters. This filter applies Turkish lowercase rules. For more information, see http://en.wikipedia.org/wiki/Turkish_dotted_and_dotless_I

    Inheritance
    System.Object
    AttributeSource
    TokenStream
    TokenFilter
    TurkishLowerCaseFilter
    Implements
    IDisposable
    Inherited Members
    TokenFilter.m_input
    TokenFilter.End()
    TokenFilter.Dispose(Boolean)
    TokenFilter.Reset()
    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.Tr
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public sealed class TurkishLowerCaseFilter : TokenFilter, IDisposable

    Constructors

    | Improve this Doc View Source

    TurkishLowerCaseFilter(TokenStream)

    Create a new TurkishLowerCaseFilter, that normalizes Turkish token text to lower case.

    Declaration
    public TurkishLowerCaseFilter(TokenStream in)
    Parameters
    Type Name Description
    TokenStream in

    TokenStream to filter

    Methods

    | Improve this Doc View Source

    IncrementToken()

    Declaration
    public override sealed bool IncrementToken()
    Returns
    Type Description
    System.Boolean
    Overrides
    TokenStream.IncrementToken()

    Implements

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