61 field_ = std::move(field_name);
71 [[nodiscard]]
auto encode() const -> encoded_search_query override;
75 std::optional<std::
string> field_{};
boolean_field_query(bool value)
Create a new boolean field query.
Definition boolean_field_query.hxx:44
auto field(std::string field_name) -> boolean_field_query &
If a field is specified, only terms in that field will be matched.
Definition boolean_field_query.hxx:59
auto encode() const -> encoded_search_query override
Represents a single item from the result of scan()
Definition allow_querying_search_index_options.hxx:28