xapian-core  2.0.0
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/intrusive_ptr.h>
#include <xapian/query.h>
#include <xapian/termiterator.h>
#include <xapian/visibility.h>
#include <string>
#include <string_view>
#include <unordered_set>
+ 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::UnitRangeProcessor
 Handle a byte unit 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) noexcept
 
std::string Xapian::sortable_serialise (double value)
 Convert a floating point number to a string, preserving sort order. More...
 
double Xapian::sortable_unserialise (std::string_view serialised) noexcept
 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.