The TermVectorEntrySet. A SortedSet of {@link TermVectorEntry} objects. Sort is by the comparator passed into the constructor.
This set will be empty until after the mapping process takes place.

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

Syntax

C#
public virtual SortedDictionary<Object, Object> GetTermVectorEntrySet()
Visual Basic
Public Overridable Function GetTermVectorEntrySet As SortedDictionary(Of Object, Object)
Visual C++
public:
virtual SortedDictionary<Object^, Object^>^ GetTermVectorEntrySet()

Return Value

The SortedSet of {@link TermVectorEntry}.

See Also