Apache Lucene.Net 2.4.0 Class Library API

FieldSortedTermVectorMapper.GetFieldToTerms Method 

Get the mapping between fields and terms, sorted by the comparator

public virtual IDictionary GetFieldToTerms();

Return Value

A map between field names and {@link java.util.SortedSet}s per field. SortedSet entries are {@link TermVectorEntry}

See Also

FieldSortedTermVectorMapper Class | Lucene.Net.Index Namespace