diff --git a/src/index/inverted_index_reader.rs b/src/index/inverted_index_reader.rs
index 7314f87417..d34d456f18 100644
--- a/src/index/inverted_index_reader.rs
+++ b/src/index/inverted_index_reader.rs
@@ -283,7 +283,8 @@ impl InvertedIndexReader {
#[cfg(feature = "quickwit")]
impl InvertedIndexReader {
- pub(crate) async fn get_term_info_async(&self, term: &Term) -> io::Result