Returns the field of this term, an interned string. The field indicates the part of a document which this term came from.

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

Syntax

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

Return Value

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

See Also