pub fn search(
index: &Index,
root: &Path,
pattern: &str,
opts: SearchOptions,
) -> Result<Vec<u8>>Expand description
Collecting convenience over stream_search (used in tests).
pub fn search(
index: &Index,
root: &Path,
pattern: &str,
opts: SearchOptions,
) -> Result<Vec<u8>>Collecting convenience over stream_search (used in tests).