Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
A query that matches all indexed documents. More...
#include <couchbase/match_all_query.hxx>
Public Member Functions | |
auto | encode () const -> encoded_search_query override |
Public Member Functions inherited from search_query | |
virtual | ~search_query ()=default |
template<typename derived_query = search_query, std::enable_if_t< std::is_base_of_v< search_query, derived_query >, bool > = true> | |
auto | boost (double boost) -> derived_query & |
The boost parameter is used to increase the relative weight of a clause (with a boost greater than 1) or decrease the relative weight (with a boost between 0 and 1). | |
Additional Inherited Members | |
Protected Member Functions inherited from search_query | |
search_query ()=default | |
Protected Attributes inherited from search_query | |
std::optional< double > | boost_ {} |
A query that matches all indexed documents.
|
nodiscardoverridevirtual |
Implements search_query.