24#ifndef COUCHBASE_CXX_CLIENT_DOXYGEN
25struct encoded_search_sort;
46 [[nodiscard]]
virtual auto encode() const -> encoded_search_sort = 0;
Base class for full text sort objects of search queries.
Definition search_sort.hxx:36
virtual ~search_sort()=default
virtual auto encode() const -> encoded_search_sort=0
std::optional< bool > descending_
Definition search_sort.hxx:56
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28