35 , ranges_{ std::move(ranges) }
41 , ranges_{ std::move(ranges) }
51 [[nodiscard]]
auto encode() const -> encoded_search_facet override;
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
search_facet(std::string field, std::uint32_t size)
Definition search_facet.hxx:46
Represents a single item from the result of scan()
Definition allow_querying_search_index_options.hxx:28