pub type ScanResponse = Vec<Vec<SearchResult>>;Expand description
Batched top-k results, one Vec<SearchResult> per query. Order
matches the input queries.
Aliased Typeยง
pub struct ScanResponse { /* private fields */ }pub type ScanResponse = Vec<Vec<SearchResult>>;Batched top-k results, one Vec<SearchResult> per query. Order
matches the input queries.
pub struct ScanResponse { /* private fields */ }