mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Compute the field distribution and convert _geo into an f64s
This commit is contained in:
parent
e627e182ce
commit
8e5b1a3ec1
10 changed files with 86 additions and 42 deletions
|
@ -50,7 +50,7 @@ where
|
|||
|
||||
let mut file = tempfile::tempfile()?;
|
||||
/// manage error
|
||||
bincode::serialize_into(&mut file, dbg!(&rtree)).unwrap();
|
||||
bincode::serialize_into(&mut file, &rtree).unwrap();
|
||||
file.sync_all()?;
|
||||
|
||||
let rtree_mmap = unsafe { Mmap::map(&file)? };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue