Apache Lucene.Net 2.4.0 Class Library API

PositionBasedTermVectorMapper.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 a Map. The sub-Map key is the position as the integer, the value is {@link Lucene.Net.Index.PositionBasedTermVectorMapper.TVPositionInfo}.

See Also

PositionBasedTermVectorMapper Class | Lucene.Net.Index Namespace