Note, there may be multiple terms at the same position

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

Syntax

C#
public virtual IList Terms { get; }
Visual Basic
Public Overridable ReadOnly Property Terms As IList
	Get
Visual C++
public:
virtual property IList^ Terms {
	IList^ get ();
}

Return Value

A List of Strings

See Also