mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-02 00:20:42 +00:00
Added slashes
This commit is contained in:
@@ -235,7 +235,7 @@ impl Index {
|
||||
}
|
||||
|
||||
/// Sets the number of searchers to use
|
||||
|
||||
///
|
||||
/// Only works after the next call to `load_searchers`
|
||||
pub fn set_num_searchers(&mut self, num_searchers: usize) {
|
||||
self.num_searchers.store(num_searchers, Ordering::Release);
|
||||
|
||||
Reference in New Issue
Block a user