|
|
@@ -9,7 +9,7 @@ use tantivy::collector::{Count, TopDocs}; |
|
|
|
use tantivy::query::QueryParser; |
|
|
|
use tantivy::schema::{Field, Schema}; |
|
|
|
use tantivy::Index; |
|
|
|
use timer::TimerTree; |
|
|
|
use crate::timer::TimerTree; |
|
|
|
|
|
|
|
pub fn run_bench_cli(matches: &ArgMatches) -> Result<(), String> { |
|
|
|
let index_path = PathBuf::from(matches.value_of("index").unwrap()); |
|
|
|