Using solr for image retrieval - very long response time

2014-07-04 Thread Yossi Biton
Hello there, Recently I was trying to implement the bag-of-words model for image retrieval by using Solr. Shortly this model consists of extracting visual words from images and then use tf-idf schema for fast querying (usually include also re-ranking stage). I found solr as a suitable platform

Re: Using solr for image retrieval - very long response time

2014-07-04 Thread Jack Krupansky
Krupansky -Original Message- From: Yossi Biton Sent: Friday, July 4, 2014 7:25 AM To: solr-user@lucene.apache.org Subject: Using solr for image retrieval - very long response time Hello there, Recently I was trying to implement the bag-of-words model for image retrieval by using Solr

Re: Using solr for image retrieval - very long response time

2014-07-04 Thread Yossi Biton
? If not, you could be incurring tons of IO. -- Jack Krupansky -Original Message- From: Yossi Biton Sent: Friday, July 4, 2014 7:25 AM To: solr-user@lucene.apache.org Subject: Using solr for image retrieval - very long response time Hello there, Recently I was trying to implement