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.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public string Text()
Visual Basic
Public Function Text As String
Visual C++
public:
String^ Text()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.Term.Text"]

See Also