Apache Lucene.Net 2.4.0 Class Library API

SegmentReader.GetTermFreqVector Method

Overload List

 

public override void GetTermFreqVector(int,TermVectorMapper);

Return a term frequency vector for the specified document and field. The vector returned contains term numbers and frequencies for all terms in the specified field of this document, if the field had storeTermVector flag set. If the flag was not set, the method returns null.

public override TermFreqVector GetTermFreqVector(int,string);

 

public override void GetTermFreqVector(int,string,TermVectorMapper);

See Also

SegmentReader Class | Lucene.Net.Index Namespace