32 template<
typename ParseContext>
33 constexpr auto parse(ParseContext& ctx)
38 template<
typename FormatContext>
41 string_view name =
"unknown";
53 return format_to(ctx.out(),
"{}", name);
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
query_profile
Definition query_profile.hxx:22
@ timings
Besides the phase times, the profile section of the query response document will include a full query...
@ off
No profiling information is added to the query response.
@ phases
The query response includes a profile section with stats and details about various phases of the quer...