Apache Lucene.Net 2.4.0 Class Library API

SortedTermVectorMapper Class

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

For a list of all members of this type, see SortedTermVectorMapper Members.

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

public class SortedTermVectorMapper : TermVectorMapper

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

SortedTermVectorMapper Members | Lucene.Net.Index Namespace