Class ICUCollatedTermAttribute
Extension of CharTermAttribute that encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.
Implements
J2N.Text.ICharSequence
J2N.Text.IAppendable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Collation.TokenAttributes
Assembly: Lucene.Net.ICU.dll
Syntax
public class ICUCollatedTermAttribute : CharTermAttribute, ICharTermAttribute, ICharSequence, ITermToBytesRefAttribute, IAttribute, IAppendable
Constructors
| Improve this Doc View SourceICUCollatedTermAttribute(Collator)
Create a new ICUCollatedTermAttribute
Declaration
public ICUCollatedTermAttribute(Collator collator)
Parameters
Type | Name | Description |
---|---|---|
ICU4N.Text.Collator | collator | Collation key generator. |
Methods
| Improve this Doc View SourceFillBytesRef()
Declaration
public override void FillBytesRef()
Overrides
Implements
J2N.Text.ICharSequence
J2N.Text.IAppendable