Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

include/xapian/enquire.h File Reference

API for running queries. More...

#include <string>
#include <time.h>
#include <xapian/base.h>
#include <xapian/error.h>
#include <xapian/types.h>

Include dependency graph for enquire.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  Xapian

Classes

class  Xapian::MSet
 A match set (MSet). More...
class  Xapian::MSetIterator
 An iterator pointing to items in an MSet. More...
class  Xapian::ESet
 Class representing an ordered set of expand terms (an ESet). More...
class  Xapian::ESetIterator
 Iterate through terms in the ESet. More...
class  Xapian::RSet
 A relevance set (R-Set). More...
class  Xapian::MatchDecider
 Base class for matcher decision functor. More...
class  Xapian::ExpandDecider
 Base class for expand decision functor. More...
class  Xapian::Enquire
 This class provides an interface to the information retrieval system for the purpose of searching. More...
class  Xapian::Weight
 Abstract base class for weighting schemes. More...
class  Xapian::BoolWeight
 Boolean weighting scheme (everything gets 0). More...
class  Xapian::BM25Weight
 BM25 weighting scheme. More...
class  Xapian::TradWeight
 Traditional probabilistic weighting scheme (as used by Muscat 3.6). More...

Functions

bool operator== (const MSetIterator &a, const MSetIterator &b)
bool operator!= (const MSetIterator &a, const MSetIterator &b)
bool operator== (const ESetIterator &a, const ESetIterator &b)
bool operator!= (const ESetIterator &a, const ESetIterator &b)


Detailed Description

API for running queries.


Documentation for Xapian (version 0.9.2).
Generated on 15 Jul 2005 by Doxygen 1.3.8.