#include <TextQueryRep.hpp>
Inheritance diagram for lemur::api::TextQueryRep:

Public Member Functions | |
| virtual | ~TextQueryRep () | 
| virtual void | startIteration () const =0 | 
| This, along with hasMore(), nextTerm(), supports iteration over terms.   | |
| virtual bool | hasMore () const =0 | 
| virtual QueryTerm * | nextTerm () const =0 | 
| Fetch the next term. A new instance is generated; the caller is responsible for deleting it!   | |
| virtual double | scoreConstant () const =0 | 
| Any query-specific constant term in the scoring formula.   | |
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Implemented in lemur::retrieval::ArrayQueryRep.  | 
  
      
  | 
  
| 
 Fetch the next term. A new instance is generated; the caller is responsible for deleting it! 
 Implemented in lemur::retrieval::ArrayQueryRep.  | 
  
      
  | 
  
| 
 Any query-specific constant term in the scoring formula. 
 Implemented in lemur::retrieval::SimpleKLQueryModel, and lemur::retrieval::ArrayQueryRep.  | 
  
      
  | 
  
| 
 This, along with hasMore(), nextTerm(), supports iteration over terms. 
 Implemented in lemur::retrieval::ArrayQueryRep.  | 
  
 
1.3.4