mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Implement geo sort on documents
This commit is contained in:
parent
e35d58b531
commit
f86f4f619f
5 changed files with 152 additions and 48 deletions
|
@ -66,7 +66,6 @@ impl GeoSortStrategy {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Make it take a mut reference to cache
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn fill_cache(
|
||||
index: &Index,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue