Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <couchbase/match_operator.hxx>
#include <couchbase/search_query.hxx>
#include <cstdint>
#include <optional>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | term_query |
A query that looks for exact matches of the term in the index (no analyzer, no stemming). More... | |
Namespaces | |
namespace | couchbase |
Represents a single item from the result of collection::scan() | |