fix typo for the comments of search_with_executor() (#2653)

Co-authored-by: Zhang Jinrui <zhangjinrui@microsoft.com>
This commit is contained in:
Zhang.Jinrui
2025-06-19 15:53:21 +08:00
committed by GitHub
parent 4a6123d3ff
commit 436ec6caea

View File

@@ -214,7 +214,7 @@ impl Searcher {
/// It is powerless at making search faster if your index consists in
/// one large segment.
///
/// Also, keep in my multithreading a single query on several
/// Also, keep in mind multithreading a single query on several
/// threads will not improve your throughput. It can actually
/// hurt it. It will however, decrease the average response time.
pub fn search_with_executor<C: Collector>(