Apache Lucene.Net 2.4.0 Class Library API

SortedTermVectorMapper.GetTermVectorEntrySet Method 

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.

public virtual 0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] GetTermVectorEntrySet();

Return Value

The SortedSet of {@link TermVectorEntry}.

See Also

SortedTermVectorMapper Class | Lucene.Net.Index Namespace