Apache Lucene.Net 2.4.0 Class Library API

Token.SetTermBuffer Method

Copies the contents of buffer, starting at offset for length characters, into the termBuffer array.

Overload List

Copies the contents of buffer, starting at offset for length characters, into the termBuffer array.

public void SetTermBuffer(char[],int,int);

Copies the contents of buffer, starting at offset for length characters, into the termBuffer array.

public void SetTermBuffer(string);

Copies the contents of buffer, starting at offset for length characters, into the termBuffer array.

public void SetTermBuffer(string,int,int);

See Also

Token Class | Lucene.Net.Analysis Namespace