Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum CharType

    Internal SmartChineseAnalyzer character type constants.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Namespace: Lucene.Net.Analysis.Cn.Smart
    Assembly: Lucene.Net.Analysis.SmartCn.dll
    Syntax
    public enum CharType

    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 © 2022 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.