Show / Hide Table of Contents

    Enum CharType

    Internal SmartChineseAnalyzer character type constants.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Namespace: Lucene.Net.Analysis.Cn.Smart
    Assembly: Lucene.Net.Analysis.SmartCn.dll
    Syntax
    public enum CharType : int

    Fields

    Name Description
    DELIMITER

    Punctuation Characters

    DIGIT

    Numeric Digits

    FULLWIDTH_DIGIT

    Full-Width alphanumeric characters

    FULLWIDTH_LETTER

    Full-Width letters

    HANZI

    Han Ideographs

    LETTER

    Letters

    OTHER

    Other (not fitting any of the other categories)

    SPACE_LIKE

    Characters that act as a space

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)