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
    Namespace: Lucene.Net.Analysis.Miscellaneous
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public sealed class WordDelimiterIterator : object

    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 = null
    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 Licensed to the Apache Software Foundation (ASF)