Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TermQuery Class Reference

Abstract interface for a query containing a sequence of Terms. More...

#include <TermQuery.hpp>

Inheritance diagram for TermQuery:

Query StringQuery TextQuery List of all members.

Public Methods

virtual ~TermQuery ()
virtual void startTermIteration () const=0
virtual bool hasMore () const=0
virtual const TermnextTerm () const=0

Detailed Description

Abstract interface for a query containing a sequence of Terms.


Constructor & Destructor Documentation

virtual TermQuery::~TermQuery   [inline, virtual]
 


Member Function Documentation

virtual bool TermQuery::hasMore   [pure virtual]
 

Implemented in StringQuery, and TextQuery.

virtual const Term* TermQuery::nextTerm   [pure virtual]
 

Implemented in StringQuery, and TextQuery.

virtual void TermQuery::startTermIteration   [pure virtual]
 

Implemented in StringQuery, and TextQuery.


The documentation for this class was generated from the following file:
Generated on Wed Nov 3 12:59:57 2004 for Lemur Toolkit by doxygen1.2.18