mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 17:22:54 +00:00
Issue 20 Searcher pool implemented using a channel.
Operational but not really ready for merge.
This commit is contained in:
@@ -123,7 +123,7 @@ fn run(index_path: &Path) -> tantivy::Result<()> {
|
||||
// Let's search our index. This starts
|
||||
// by creating a searcher. There can be more
|
||||
// than one searcher at a time.
|
||||
let searcher = try!(index.searcher());
|
||||
let searcher = index.searcher();
|
||||
|
||||
// The query parser can interpret human queries.
|
||||
// Here, if the user does not specify which
|
||||
|
||||
Reference in New Issue
Block a user