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.IndexAssembly: 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
System..::..Object
Lucene.Net.Index..::..TermVectorMapper
Lucene.Net.Index..::..FieldSortedTermVectorMapper
Lucene.Net.Index..::..PositionBasedTermVectorMapper
Lucene.Net.Index..::..SortedTermVectorMapper
Lucene.Net.Search.Vectorhighlight..::..VectorHighlightMapper
Lucene.Net.Index..::..TermVectorMapper
Lucene.Net.Index..::..FieldSortedTermVectorMapper
Lucene.Net.Index..::..PositionBasedTermVectorMapper
Lucene.Net.Index..::..SortedTermVectorMapper
Lucene.Net.Search.Vectorhighlight..::..VectorHighlightMapper