xapian-core  1.4.25
Classes | Namespaces | Enumerations | Functions
queryparser.h File Reference

parsing a user query string to build a Xapian::Query object More...

#include <xapian/attributes.h>
#include <xapian/deprecated.h>
#include <xapian/intrusive_ptr.h>
#include <xapian/query.h>
#include <xapian/termiterator.h>
#include <xapian/visibility.h>
#include <set>
#include <string>
+ Include dependency graph for queryparser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Xapian::Stopper
 Abstract base class for stop-word decision functor. More...
 
class  Xapian::SimpleStopper
 Simple implementation of Stopper class - this will suit most users. More...
 
class  Xapian::RangeProcessor
 Base class for range processors. More...
 
class  Xapian::DateRangeProcessor
 Handle a date range. More...
 
class  Xapian::NumberRangeProcessor
 Handle a number range. More...
 
class  Xapian::ValueRangeProcessor
 Base class for value range processors. More...
 
class  Xapian::StringValueRangeProcessor
 Handle a string range. More...
 
class  Xapian::DateValueRangeProcessor
 Handle a date range. More...
 
class  Xapian::NumberValueRangeProcessor
 Handle a number range. More...
 
class  Xapian::FieldProcessor
 Base class for field processors. More...
 
class  Xapian::QueryParser
 Build a Xapian::Query object from a user query string. More...
 

Namespaces

 Xapian
 The Xapian namespace contains public interfaces for the Xapian library.
 

Enumerations

enum  { Xapian::RP_SUFFIX = 1, Xapian::RP_REPEATED = 2, Xapian::RP_DATE_PREFER_MDY = 4 }
 

Functions

size_t Xapian::sortable_serialise_ (double value, char *buf)
 
std::string Xapian::sortable_serialise (double value)
 Convert a floating point number to a string, preserving sort order. More...
 
double Xapian::sortable_unserialise (const std::string &serialised)
 Convert a string encoded using sortable_serialise back to a floating point number. More...
 

Detailed Description

parsing a user query string to build a Xapian::Query object

Definition in file queryparser.h.