JASSv2
Public Member Functions | List of all members
JASS::query::printer Class Referenceabstract
Inheritance diagram for JASS::query::printer:
Inheritance graph
[legend]

Public Member Functions

virtual void add_rsv (DOCID_TYPE document_id, ACCUMULATOR_TYPE score)=0
 print (somehow) the ordered pair of document_id and score. This might involve processing it somehow too More...
 

Member Function Documentation

◆ add_rsv()

virtual void JASS::query::printer::add_rsv ( DOCID_TYPE  document_id,
ACCUMULATOR_TYPE  score 
)
pure virtual

print (somehow) the ordered pair of document_id and score. This might involve processing it somehow too

Parameters
document_id[in] The document identifier
score[in] The impact score of this term in this document.

Implemented in printer.


The documentation for this class was generated from the following file: