Update examples

This commit is contained in:
Loïc Lecrenier 2023-04-24 10:07:49 +02:00
parent 84d9c731f8
commit a7a0891210
2 changed files with 15 additions and 5 deletions

View file

@ -10,7 +10,7 @@ fn main() {
let mut options = EnvOpenOptions::new();
options.map_size(100 * 1024 * 1024 * 1024); // 100 GB
let index = Index::new(options, "data_movies").unwrap();
let index = Index::new(options, "data_movies.ms").unwrap();
let mut wtxn = index.write_txn().unwrap();
let config = IndexerConfig::default();