mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Rename trait
This commit is contained in:
parent
264b10ec20
commit
378deb0bef
3 changed files with 10 additions and 8 deletions
|
@ -81,7 +81,7 @@ impl Default for FieldsIdsMap {
|
|||
}
|
||||
}
|
||||
|
||||
impl crate::documents::FieldDistribution for FieldsIdsMap {
|
||||
impl crate::documents::FieldIdMapper for FieldsIdsMap {
|
||||
fn id(&self, name: &str) -> Option<FieldId> {
|
||||
self.id(name)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue