Apache Lucene.Net 2.1 Class Library API

TermVectorsReader.Get Method (Int32)

Return all term vectors stored for this document or null if the could not be read in.

public virtual TermFreqVector[] Get(
   int docNum
);

Parameters

docNum
The document number to retrieve the vector for

Return Value

All term frequency vectors

See Also

TermVectorsReader Class | Lucene.Net.Index Namespace | TermVectorsReader.Get Overload List