46 [[nodiscard]]
auto encode() const -> encoded_search_facet override;
Base class for full text facets of search queries.
Definition search_facet.hxx:33
A facet that gives the number of occurrences of the most recurring terms in all rows.
Definition term_facet.hxx:28
term_facet(std::string field, std::uint32_t size)
Definition term_facet.hxx:35
term_facet(std::string field)
Definition term_facet.hxx:30
auto encode() const -> encoded_search_facet override
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28