pub type BatchSearchResult = Vec<Result<Vec<(String, f32)>>>;
Batch search result type
pub struct BatchSearchResult { /* private fields */ }