35 , ranges_{ std::move(ranges) }
41 , ranges_{ std::move(ranges) }
51 [[nodiscard]]
auto encode() const -> encoded_search_facet override;
A facet that categorizes rows into numerical ranges (or buckets) provided by the user.
Definition numeric_range_facet.hxx:31
numeric_range_facet(std::string field, std::vector< numeric_range > ranges)
Definition numeric_range_facet.hxx:33
numeric_range_facet(std::string field, std::uint32_t size, std::vector< numeric_range > ranges)
Definition numeric_range_facet.hxx:39
auto encode() const -> encoded_search_facet override
Numeric range for numeric_range_facet.
Definition numeric_range.hxx:30
Base class for full text facets of search queries.
Definition search_facet.hxx:33
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28