#include <XLingRetMethod.hpp>
Inheritance diagram for XLingQueryModel:
Public Methods | |
XLingQueryModel (const TermQuery &qry, const Index &source, bool dbS, double numSource, PDict &dict, const Stopper *stp=NULL, Stemmer *stm=NULL) | |
construct a query model based on query text in the source language. | |
virtual | ~XLingQueryModel () |
virtual void | startIteration () const |
Begin iteration over the XLQueryTerms. | |
virtual bool | hasMore () const |
Does the query have more terms? | |
virtual XLQueryTerm & | nextTerm () const |
Get next XLQueryTerm from the query. | |
virtual int | getNumTerms () const |
|
construct a query model based on query text in the source language.
|
|
|
|
|
|
Does the query have more terms?
|
|
Get next XLQueryTerm from the query.
|
|
Begin iteration over the XLQueryTerms.
|