Apache Lucene.Net 2.4.0 Class Library API

TermVectorMapper Class

The TermVectorMapper can be used to map Term Vectors into your own structure instead of the parallel array structure used by {@link Lucene.Net.Index.IndexReader#GetTermFreqVector(int,String)}.

It is up to the implementation to make sure it is thread-safe.

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

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

public abstract class 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

TermVectorMapper Members | Lucene.Net.Index Namespace