pub fn search(
idx: &VolumeIndex,
q: &CompiledQuery,
opt: &QueryOptions,
) -> (SearchResult, SearchMetrics)Expand description
Execute a compiled query against one volume index.
§Panics
Panics if a pool-scanning driver runs without its offset table — an invariant guaranteed here, since the table is built whenever any group needs it.