Add score_details

This commit is contained in:
Louis Dureuil
2023-06-06 18:06:02 +02:00
parent f050634b1e
commit c0fca6f884
2 changed files with 315 additions and 0 deletions

View File

@ -17,6 +17,7 @@ mod fields_ids_map;
pub mod heed_codec;
pub mod index;
pub mod proximity;
pub mod score_details;
mod search;
pub mod update;