Class CharTermAttribute
Default implementation of ICharTermAttribute.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class CharTermAttribute : Attribute, ICharTermAttribute, ICharSequence, ITermToBytesRefAttribute, IAttribute
Constructors
Name | Description |
---|---|
CharTermAttribute() | Initialize this attribute with empty term text |
Properties
Name | Description |
---|---|
Buffer | |
BytesRef | |
Item[Int32] | |
Length |
Methods
Name | Description |
---|---|
Append(ICharTermAttribute) | |
Append(ICharSequence) | |
Append(ICharSequence, Int32, Int32) | |
Append(StringBuilder) | |
Append(StringBuilder, Int32, Int32) | |
Append(Char) | |
Append(Char[]) | |
Append(Char[], Int32, Int32) | |
Append(String) | |
Append(String, Int32, Int32) | |
Clear() | |
Clone() | |
CopyBuffer(Char[], Int32, Int32) | |
CopyTo(IAttribute) | |
Equals(Object) | |
FillBytesRef() | |
GetHashCode() | |
ReflectWith(IAttributeReflector) | |
ResizeBuffer(Int32) | |
SetEmpty() | |
SetLength(Int32) | |
SubSequence(Int32, Int32) | |
ToString() | Returns solely the term text as specified by the ICharSequence interface. this method changed the behavior with Lucene 3.1, before it returned a String representation of the whole term with all attributes. this affects especially the Token subclass. |