mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Update milli/src/search/criteria/proximity.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
47d780b8ce
commit
0e4e6dfada
@ -30,7 +30,7 @@ impl<'t> Proximity<'t> {
|
|||||||
state: None,
|
state: None,
|
||||||
proximity: 0,
|
proximity: 0,
|
||||||
bucket_candidates: RoaringBitmap::new(),
|
bucket_candidates: RoaringBitmap::new(),
|
||||||
parent: parent,
|
parent,
|
||||||
candidates_cache: Cache::new(),
|
candidates_cache: Cache::new(),
|
||||||
plane_sweep_cache: None,
|
plane_sweep_cache: None,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user