Apache Lucene.Net 2.4.0 Class Library API

Token.Clear Method 

Resets the term text, payload, and positionIncrement to default. Other fields such as startOffset, endOffset and the token type are not reset since they are normally overwritten by the tokenizer.

public virtual void Clear();

See Also

Token Class | Lucene.Net.Analysis Namespace