Apache Lucene.Net 2.4.0 Class Library API

Term.Text Method 

Returns the text of this term. In the case of words, this is simply the text of the word. In the case of dates and other types, this is an encoding of the object as a string.

public string Text();

See Also

Term Class | Lucene.Net.Index Namespace