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 {@link java.util.SortedSet}s per field. SortedSet entries are {@link TermVectorEntry}

See Also