pub async fn multi_query_search_ids(
__arg0: State<Arc<AppState>>,
headers: HeaderMap,
__arg2: Path<String>,
__arg3: Json<MultiQuerySearchRequest>,
) -> impl IntoResponseExpand description
Multi-query fusion search returning only ids and scores (no payloads).
Faster than /search/multi when payloads are not needed: the core
multi_query_search_ids kernel skips payload hydration. Metadata filters
are not supported here — use /search/multi for filtered fusion.