Implement geo sort on documents

This commit is contained in:
Mubelotix 2025-06-30 13:57:30 +02:00
parent e35d58b531
commit f86f4f619f
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942
5 changed files with 152 additions and 48 deletions

View file

@ -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,