#include <xapian/base.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.
Namespaces | |
namespace | Xapian |
Classes | |
class | Xapian::Stopper |
Base class for stop-word decision functor. More... | |
class | Xapian::SimpleStopper |
Simple implementation of Stopper class - this will suit most users. More... | |
struct | 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::QueryParser |
Build a Xapian::Query object from a user query string. More... | |
Functions | |
string | Xapian::sortable_serialise (double value) |
Convert a floating point number to a string, preserving sort order. | |
double | Xapian::sortable_unserialise (const std::string &value) |
Convert a string encoded using sortable_serialise back to a floating point number. |
Definition in file queryparser.h.