Load the Term Vector into a user-defined data structure instead of relying on the parallel arrays of
the {@link TermFreqVector}.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public abstract void GetTermFreqVector( int docNumber, string field, TermVectorMapper mapper ) |
Visual Basic |
---|
Public MustOverride Sub GetTermFreqVector ( _ docNumber As Integer, _ field As String, _ mapper As TermVectorMapper _ ) |
Visual C++ |
---|
public: virtual void GetTermFreqVector( int docNumber, String^ field, TermVectorMapper^ mapper ) abstract |
Parameters
- docNumber
- Type: System..::..Int32
The number of the document to load the vector for
- field
- Type: System..::..String
The name of the field to load
- mapper
- Type: Lucene.Net.Index..::..TermVectorMapper
The {@link TermVectorMapper} to process the vector. Must not be null