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
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
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
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