Interface IScriptAttribute
This attribute stores the UTR #24 script value for a token of text.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inherited Members
Namespace: Lucene.Net.Analysis.Icu.TokenAttributes
Assembly: Lucene.Net.ICU.dll
Syntax
public interface IScriptAttribute : IAttribute
  Properties
| Improve this Doc View SourceCode
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 SourceGetName()
Get the full name.
Declaration
string GetName()
  Returns
| Type | Description | 
|---|---|
| System.String | UTR #24 full name.  | 
      
GetShortName()
Get the abbreviated name.
Declaration
string GetShortName()
  Returns
| Type | Description | 
|---|---|
| System.String | UTR #24 abbreviated name.  |