Apache Lucene.Net 2.4.0 Class Library API

IndexReader.GetTermFreqVector Method (Int32, String, TermVectorMapper)

Load the Term Vector into a user-defined data structure instead of relying on the parallel arrays of the {@link TermFreqVector}.

public abstract void GetTermFreqVector(
   int docNumber,
   string field,
   TermVectorMapper mapper
);

Parameters

docNumber
The number of the document to load the vector for
field
The name of the field to load
mapper
The {@link TermVectorMapper} to process the vector. Must not be null

See Also

IndexReader Class | Lucene.Net.Index Namespace | IndexReader.GetTermFreqVector Overload List