Show / Hide Table of Contents

    Class CompoundWordTokenFilterBase.CompoundToken

    Helper class to hold decompounded token information

    Inheritance
    System.Object
    CompoundWordTokenFilterBase.CompoundToken
    Namespace: Lucene.Net.Analysis.Compound
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    protected class CompoundToken : object

    Constructors

    | Improve this Doc View Source

    CompoundToken(CompoundWordTokenFilterBase, Int32, Int32)

    Construct the compound token based on a slice of the current m_termAtt.

    Declaration
    public CompoundToken(CompoundWordTokenFilterBase outerInstance, int offset, int length)
    Parameters
    Type Name Description
    CompoundWordTokenFilterBase outerInstance
    System.Int32 offset
    System.Int32 length

    Properties

    | Improve this Doc View Source

    EndOffset

    Declaration
    public int EndOffset { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    StartOffset

    Declaration
    public int StartOffset { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Text

    Declaration
    public ICharSequence Text { get; }
    Property Value
    Type Description
    ICharSequence
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)