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

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual IDictionary GetFieldToTerms()
Visual Basic
Public Overridable Function GetFieldToTerms As IDictionary
Visual C++
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