Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IScriptAttribute

    This attribute stores the UTR #24 script value for a token of text.

    Note

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

    Inherited Members
    Lucene.Net.Util.IAttribute.CopyTo(Lucene.Net.Util.IAttribute)
    Namespace: Lucene.Net.Analysis.Icu.TokenAttributes
    Assembly: Lucene.Net.ICU.dll
    Syntax
    public interface IScriptAttribute : IAttribute

    Properties

    | Improve this Doc View Source

    Code

    Gets or Sets the numeric code for this script value.

    This is the constant value from ICU4N.Globalization.UScript.

    Declaration
    int Code { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    GetName()

    Get the full name.

    Declaration
    string GetName()
    Returns
    Type Description
    System.String

    UTR #24 full name.

    | Improve this Doc View Source

    GetShortName()

    Get the abbreviated name.

    Declaration
    string GetShortName()
    Returns
    Type Description
    System.String

    UTR #24 abbreviated name.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.