Store a sorted collection of {@link Lucene.Net.Index.TermVectorEntry}s. Collects all term information into a single, SortedSet.
NOTE: This Mapper ignores all Field information for the Document. This means that if you are using offset/positions you will not know what Fields they correlate with.
This is not thread-safe

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

Syntax

C#
public class SortedTermVectorMapper : TermVectorMapper
Visual Basic
Public Class SortedTermVectorMapper _
	Inherits TermVectorMapper
Visual C++
public ref class SortedTermVectorMapper : public TermVectorMapper

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Index..::..TermVectorMapper
    Lucene.Net.Index..::..SortedTermVectorMapper

See Also