Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class CompoundWordTokenFilterBase.CompoundToken

    Helper class to hold decompounded token information

    Inheritance
    System.Object
    CompoundWordTokenFilterBase.CompoundToken
    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.Compound
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    protected class CompoundToken

    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 compoundWordTokenFilterBase, int offset, int length)
    Parameters
    Type Name Description
    CompoundWordTokenFilterBase compoundWordTokenFilterBase
    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
    J2N.Text.ICharSequence
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 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.