Property FieldToTerms
FieldToTerms
Get the mapping between fields and terms, sorted by the comparator
Declaration
public virtual IDictionary<string, SortedSet<TermVectorEntry>> FieldToTerms { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, SortedSet<TermVectorEntry>> | A map between field names and <see cref="System.Collections.Generic.SortedDictionary{Object,Object}" />s per field. SortedSet entries are <see cref="TermVectorEntry" /> |