Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class WordDelimiterIterator

    A BreakIterator-like API for iterating over subwords in text, according to WordDelimiterFilter rules.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Inheritance
    System.Object
    WordDelimiterIterator
    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.Miscellaneous
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public sealed class WordDelimiterIterator

    Fields

    | Improve this Doc View Source

    DEFAULT_WORD_DELIM_TABLE

    Declaration
    public static readonly byte[] DEFAULT_WORD_DELIM_TABLE
    Field Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    DONE

    Indicates the end of iteration

    Declaration
    public const int DONE = -1
    Field Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    GetType(Int32)

    Computes the type of the given character

    Declaration
    public static byte GetType(int ch)
    Parameters
    Type Name Description
    System.Int32 ch

    Character whose type is to be determined

    Returns
    Type Description
    System.Byte

    Type of the character

    • 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.