Apache Lucene.Net 2.1 Class Library API

TermVectorsReader.Get Method

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

Overload List

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

public virtual TermFreqVector[] Get(int);

Retrieve the term vector for the given document and field

public virtual TermFreqVector Get(int,string);

See Also

TermVectorsReader Class | Lucene.Net.Index Namespace