mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04: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,
|
||||
proximity: 0,
|
||||
bucket_candidates: RoaringBitmap::new(),
|
||||
parent: parent,
|
||||
parent,
|
||||
candidates_cache: Cache::new(),
|
||||
plane_sweep_cache: None,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user