mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Remove TODO stats in index
(this is done)
This commit is contained in:
parent
032c67662d
commit
066fc2a3c9
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ static LOG_MEMORY_METRICS_ONCE: Once = Once::new();
|
|||
/// This is the main function of this crate.
|
||||
///
|
||||
/// Give it the output of the [`Indexer::document_changes`] method and it will execute it in the [`rayon::ThreadPool`].
|
||||
///
|
||||
/// TODO return stats
|
||||
#[allow(clippy::too_many_arguments)] // clippy: 😝
|
||||
pub fn index<'pl, 'indexer, 'index, DC, MSP>(
|
||||
wtxn: &mut RwTxn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue