Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
Base class for full text facets of search queries. More...
#include <couchbase/search_facet.hxx>
Public Member Functions | |
virtual | ~search_facet ()=default |
virtual auto | encode () const -> encoded_search_facet=0 |
Protected Member Functions | |
search_facet (std::string field, std::uint32_t size) | |
search_facet (std::string field) | |
Protected Attributes | |
std::string | field_ |
std::optional< std::uint32_t > | size_ {} |
Base class for full text facets of search queries.
|
virtualdefault |
|
inlineprotected |
|
inlineprotected |
|
nodiscardpure virtual |
Implemented in date_range_facet, numeric_range_facet, and term_facet.
|
protected |
|
protected |