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.

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

Syntax

C#
public abstract class TermVectorMapper
Visual Basic
Public MustInherit Class TermVectorMapper
Visual C++
public ref class TermVectorMapper abstract

Inheritance Hierarchy

See Also