Overload List

  NameDescription
Public methodGetTermFreqVector(Int32, TermVectorMapper)
Map all the term vectors for all fields in a Document
Public methodGetTermFreqVector(Int32, String)
Return a term frequency vector for the specified document and field. The returned vector contains terms and frequencies for the terms in the specified field of this document, if the field had the storeTermVector flag set. If termvectors had been stored with positions or offsets, a {@link TermPositionVector} is returned.
Public methodGetTermFreqVector(Int32, String, TermVectorMapper)
Load the Term Vector into a user-defined data structure instead of relying on the parallel arrays of the {@link TermFreqVector}.

See Also