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

2014-07-04 Thread Yossi Biton
tirely in OS system memory for file caching? 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 retrie

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

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 suitabl

Image retrieval

2013-02-01 Thread J Mohamed Zahoor
Hi Iam trying to integrate a image retrieval system (Lire - http://www.semanticmetadata.net/lire/) in to Solr. Images are stored as its descriptors or features. But when searching for a image match, I need to pick images whose features are close (by calculating the distance) to the given image