Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class CompoundWordTokenFilterBase.CompoundToken

    Helper class to hold decompounded token information

    Inheritance
    object
    CompoundWordTokenFilterBase.CompoundToken
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Analysis.Compound
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    protected class CompoundWordTokenFilterBase.CompoundToken

    Constructors

    CompoundToken(CompoundWordTokenFilterBase, int, int)

    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
    int offset
    int length

    Properties

    EndOffset

    Helper class to hold decompounded token information

    Declaration
    public int EndOffset { get; }
    Property Value
    Type Description
    int

    StartOffset

    Helper class to hold decompounded token information

    Declaration
    public int StartOffset { get; }
    Property Value
    Type Description
    int

    Text

    Helper class to hold decompounded token information

    Declaration
    public ICharSequence Text { get; }
    Property Value
    Type Description
    ICharSequence
    Back to top Copyright © 2024 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.