mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add timer logs
This commit is contained in:
parent
5ee1378856
commit
5f4fc6c955
3 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ use super::*;
|
|||
use crate::{Result, SearchContext, MAX_WORD_LENGTH};
|
||||
|
||||
/// Convert the tokenised search query into a list of located query terms.
|
||||
#[logging_timer::time]
|
||||
pub fn located_query_terms_from_tokens(
|
||||
ctx: &mut SearchContext,
|
||||
query: NormalizedTokenIter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue