mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
doc: Add indexation and search usage instructions
This commit is contained in:
@ -81,7 +81,7 @@ where M: AsRef<Metadata>,
|
||||
}
|
||||
|
||||
fn main() {
|
||||
let name = env::args().nth(1).expect("Missing meta file name (e.g. lucid-ptolemy)");
|
||||
let name = env::args().nth(1).expect("Missing meta file name (e.g. relaxed-colden)");
|
||||
let map_file = format!("{}.map", name);
|
||||
let idx_file = format!("{}.idx", name);
|
||||
let sst_file = format!("{}.sst", name);
|
||||
|
Reference in New Issue
Block a user