Show / Hide Table of Contents

    Class IndonesianStemFilter

    A TokenFilter that applies IndonesianStemmer to stem Indonesian words.

    Inheritance
    System.Object
    AttributeSource
    TokenStream
    TokenFilter
    IndonesianStemFilter
    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.Id
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public sealed class IndonesianStemFilter : TokenFilter, IDisposable

    Constructors

    | Improve this Doc View Source

    IndonesianStemFilter(TokenStream)

    Calls IndonesianStemFilter(TokenStream, Boolean)

    Declaration
    public IndonesianStemFilter(TokenStream input)
    Parameters
    Type Name Description
    TokenStream input
    | Improve this Doc View Source

    IndonesianStemFilter(TokenStream, Boolean)

    Create a new IndonesianStemFilter.

    If stemDerivational is false, only inflectional suffixes (particles and possessive pronouns) are stemmed.

    Declaration
    public IndonesianStemFilter(TokenStream input, bool stemDerivational)
    Parameters
    Type Name Description
    TokenStream input
    System.Boolean stemDerivational

    Methods

    | Improve this Doc View Source

    IncrementToken()

    Declaration
    public override 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)