#include <TermInfoList.hpp>
Inheritance diagram for TermInfo:
Public Methods | |
virtual | ~TermInfo () |
virtual int | id ()=0 |
term id. | |
virtual int | count ()=0 |
term count in the doc. |
This is an abstract class that represents the information associated with each term entry in the doc to term index. The basic information includes the term ID and the frequency of the term.
|
|
|
term count in the doc.
Reimplemented from Term. Reimplemented in BasicTermInfo, and InvFPTerm. |
|
term id.
Reimplemented from Term. Reimplemented in BasicTermInfo, and InvFPTerm. |