mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Change the name of the distance module
This commit is contained in:
parent
c2a402f3ae
commit
23eaaf1001
3 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,7 @@ use roaring::RoaringBitmap;
|
|||
use rstar::RTree;
|
||||
use time::OffsetDateTime;
|
||||
|
||||
use crate::dot_product::DotProduct;
|
||||
use crate::distance::DotProduct;
|
||||
use crate::error::{InternalError, UserError};
|
||||
use crate::facet::FacetType;
|
||||
use crate::fields_ids_map::FieldsIdsMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue