mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue