From 6bf072ca9448da208fb855dba463a7195ee6889a Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Tue, 2 Aug 2016 00:02:48 +0900 Subject: [PATCH] analyzing the query as well --- src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index c164cf4..586b610 100644 --- a/src/main.rs +++ b/src/main.rs @@ -130,9 +130,9 @@ fn search(req: &mut Request) -> IronResult { } timings.push(search_timing.stop()); let storage_timing = TimingStarted::new("store"); - for scored_doc in top_collector.score_docs() { - println!("{:?}", scored_doc); - } + // for scored_doc in top_collector.score_docs() { + // println!("{:?}", scored_doc); + // } let hits: Vec = top_collector .docs() .iter()