Get total number of terms in this field.

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

Syntax

C#
public int GetLength()
Visual Basic
Public Function GetLength As Integer
Visual C++
public:
int GetLength()

Return Value

the length

See Also