mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix: Make the examples compile
This commit is contained in:
parent
dff81bb161
commit
2844cb5bca
2 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,7 @@ fn index(
|
|||
{
|
||||
let database = Database::start_default(database_path)?;
|
||||
|
||||
let index = database.create_index("default".to_string(), schema.clone())?;
|
||||
let index = database.create_index("default", schema.clone())?;
|
||||
|
||||
let mut rdr = csv::Reader::from_path(csv_data_path)?;
|
||||
let mut raw_record = csv::StringRecord::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue