Property TermVectorEntrySet
TermVectorEntrySet
The TermVectorEntrySet. A SortedSet of TermVectorEntry objects. Sort is by the comparator passed into the constructor.
This set will be empty until after the mapping process takes place.
Declaration
public virtual SortedSet<TermVectorEntry> TermVectorEntrySet { get; }
Property Value
Type | Description |
---|---|
SortedSet<TermVectorEntry> | The SortedSet of <see cref="TermVectorEntry" />. |