mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
feat: Handle word doc-indexes sled tree errors
This commit is contained in:
parent
737db5668b
commit
6eb25687f8
2 changed files with 11 additions and 13 deletions
|
@ -161,7 +161,7 @@ fn main() -> Result<(), Box<Error>> {
|
|||
let start_total = Instant::now();
|
||||
|
||||
let builder = index.query_builder();
|
||||
let documents = builder.query(query, 0..opt.number_results);
|
||||
let documents = builder.query(query, 0..opt.number_results)?;
|
||||
|
||||
let mut retrieve_duration = Duration::default();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue