Class ScriptAttributeImpl

java.lang.Object
org.apache.lucene.util.AttributeImpl
org.apache.lucene.analysis.icu.tokenattributes.ScriptAttributeImpl
All Implemented Interfaces:
Cloneable, ScriptAttribute, Attribute

public class ScriptAttributeImpl extends AttributeImpl implements ScriptAttribute
Implementation of ScriptAttribute that stores the script as an integer.
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • ScriptAttributeImpl

      public ScriptAttributeImpl()
      Initializes this attribute with UScript.COMMON
  • Method Details