Méthode | Description | |
---|---|---|
Append ( ICharSequence csq ) : ICharTermAttribute | ||
Append ( ICharSequence csq, int start, int end ) : ICharTermAttribute | ||
Append ( ICharTermAttribute ta ) : ICharTermAttribute | ||
Append ( StringBuilder s ) : ICharTermAttribute | ||
Append ( StringBuilder s, int start, int end ) : ICharTermAttribute | ||
Append ( char c ) : ICharTermAttribute | ||
Append ( char chars, int start, int end ) : ICharTermAttribute | ||
Append ( string s ) : ICharTermAttribute | ||
Append ( string csq, int start, int end ) : ICharTermAttribute | ||
Buffer ( ) : char[] | ||
CharAt ( int index ) : char | ||
CharTermAttribute ( ) : Lucene.Net.Support |
Initialize this attribute with empty term text
|
|
Clear ( ) : void | ||
Clone ( ) : object | ||
CopyBuffer ( char buffer, int offset, int length ) : void | ||
CopyTo ( |
||
Equals ( object other ) : bool | ||
FillBytesRef ( ) : void | ||
GetHashCode ( ) : int | ||
ReflectWith ( IAttributeReflector reflector ) : void | ||
ResizeBuffer ( int newSize ) : char[] | ||
SetEmpty ( ) : ICharTermAttribute | ||
SetLength ( int length ) : ICharTermAttribute | ||
SubSequence ( int start, int end ) : ICharSequence | ||
ToString ( ) : string |
Returns solely the term text as specified by the CharSequence 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 Lucene.Net.Analysis.Token subclass.
|
|
this ( int index ) : char |
Méthode | Description | |
---|---|---|
AppendNull ( ) : |
||
CreateBuffer ( int length ) : char[] | ||
GrowTermBuffer ( int newSize ) : void | ||
InternalResizeBuffer ( int length ) : char[] |
public Append ( ICharSequence csq ) : ICharTermAttribute | ||
csq | ICharSequence | |
Résultat | ICharTermAttribute |
public Append ( ICharSequence csq, int start, int end ) : ICharTermAttribute | ||
csq | ICharSequence | |
start | int | |
end | int | |
Résultat | ICharTermAttribute |
public Append ( ICharTermAttribute ta ) : ICharTermAttribute | ||
ta | ICharTermAttribute | |
Résultat | ICharTermAttribute |
public Append ( StringBuilder s ) : ICharTermAttribute | ||
s | StringBuilder | |
Résultat | ICharTermAttribute |
public Append ( StringBuilder s, int start, int end ) : ICharTermAttribute | ||
s | StringBuilder | |
start | int | |
end | int | |
Résultat | ICharTermAttribute |
public Append ( char c ) : ICharTermAttribute | ||
c | char | |
Résultat | ICharTermAttribute |
public Append ( char chars, int start, int end ) : ICharTermAttribute | ||
chars | char | |
start | int | |
end | int | |
Résultat | ICharTermAttribute |
public Append ( string s ) : ICharTermAttribute | ||
s | string | |
Résultat | ICharTermAttribute |
public Append ( string csq, int start, int end ) : ICharTermAttribute | ||
csq | string | |
start | int | |
end | int | |
Résultat | ICharTermAttribute |
public CharTermAttribute ( ) : Lucene.Net.Support | ||
Résultat | Lucene.Net.Support |
public CopyBuffer ( char buffer, int offset, int length ) : void | ||
buffer | char | |
offset | int | |
length | int | |
Résultat | void |
public CopyTo ( |
||
target | ||
Résultat | void |
public ReflectWith ( IAttributeReflector reflector ) : void | ||
reflector | IAttributeReflector | |
Résultat | void |
public ResizeBuffer ( int newSize ) : char[] | ||
newSize | int | |
Résultat | char[] |
public SetLength ( int length ) : ICharTermAttribute | ||
length | int | |
Résultat | ICharTermAttribute |
public SubSequence ( int start, int end ) : ICharSequence | ||
start | int | |
end | int | |
Résultat | ICharSequence |